X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=README.md;h=2e8e0021656a6e94a880598ff0ca8b5cd9207379;hb=048687e14135896acf8cf765c0a0794185cdc5c3;hp=58e8edd3472f0cc74bd0b7aa73a48f18987f65b3;hpb=68a55e96a41b80de4b350c67f4e6feed7a3079fe;p=blog diff --git a/README.md b/README.md index 58e8edd..2e8e002 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,10 @@ Individual theme feedback and bug reports should be submitted to the theme's ind ### 1. Install dependencies -Poole is built on Jekyll and uses SCSS instead of vanilla CSS. Before getting started, you'll need to install their gems: +Poole is built on Jekyll and uses it's built-in SCSS compiler to generate our CSS. Before getting started, you'll need to install the Jekyll gem: ```bash $ gem install jekyll -$ gem install scss ``` **Windows users:** Windows users have a bit more work to do, but luckily [@juthilo](https://github.com/juthilo) has your back with his [Run Jekyll on Windows](https://github.com/juthilo/run-jekyll-on-windows) guide.