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
This commit is contained in:
Midas Lambrichts 2020-10-09 05:58:32 +02:00 committed by GitHub
parent 7539762a0c
commit f501ba8f33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.