better instructions for running spec tests

This commit is contained in:
ConnorSkees 2020-04-28 15:08:01 -04:00
parent a9ec7ff73f
commit b2b5156e3b

View File

@ -58,10 +58,8 @@ are in the official spec.
Having said that, to run the official test suite,
```bash
git clone https://github.com/connorskees/grass
git clone https://github.com/connorskees/grass --recursive
cd grass
git submodule init
git submodule update
cargo b --release
./sass-spec/sass-spec.rb -c './target/release/grass'
```