From 8cbdb9bdfcaaa2695bb89ac942f1be1b27e61faa Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 10 Apr 2019 17:11:17 -0500 Subject: [PATCH] Add link to dep installation instructions in README (#2) point to sass.cr installation instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b7c4d81..625017f 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ The *CRystal Instantaneous Static Site* is a static site generator and server mo ## Installation +Criss relies on sass.cr, and some dependencies might be required on your system. Check out the [installation instructions for `sass.cr`](https://github.com/straight-shoota/sass.cr#installation) for more details. + Download this repository and run `shards install && shards build` ## Usage