From b2b5156e3b7a49eb325aeb1c701140416ade30d0 Mon Sep 17 00:00:00 2001 From: ConnorSkees <39542938+ConnorSkees@users.noreply.github.com> Date: Tue, 28 Apr 2020 15:08:01 -0400 Subject: [PATCH] better instructions for running spec tests --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 6ae6ab8..4d7a3e5 100644 --- a/README.md +++ b/README.md @@ -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' ```