From f501ba8f3366281a006ca42ad82fb473afd4a605 Mon Sep 17 00:00:00 2001 From: Midas Lambrichts Date: Fri, 9 Oct 2020 05:58:32 +0200 Subject: [PATCH] Added additional steps to run the official spec. (#41) * Added additional steps to run the official spec. For people who know rust, but are not familiar with ruby, it might not be immediatly clear what to do to get the spec to run. Added additional steps which might be needed for a developer to be able to run the specs. * Added some wrapping in the sass-spec installation instructions. Added some wrapping in the paragraph describing how to install the dependencies for the `sass-spec` repository. * Included review suggestion by @pickfire --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b6b5b47..6757cf3 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,10 @@ cd grass cargo b --release ./sass-spec/sass-spec.rb -c './target/release/grass' ``` +Note: you will have to install [ruby](https://www.ruby-lang.org/en/downloads/), +[bundler](https://bundler.io/) and run `bundle install` in `./sass-spec/`. +This might also require you to install the requirements separately +for [curses](https://github.com/ruby/curses). These numbers come from a default run of the Sass specification as shown above.