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:
parent
7539762a0c
commit
f501ba8f33
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user