From 1d3a7b29aed00d5a6ab2c5ab2ee95a1a2fc2109d Mon Sep 17 00:00:00 2001 From: Zachary Golba Date: Tue, 5 Jul 2016 08:46:54 -0400 Subject: [PATCH] docs: update testing section of README.md (#196) --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b6c148d3..02447fb2 100644 --- a/README.md +++ b/README.md @@ -159,9 +159,17 @@ npm install ```bash git clone https://github.com/postlight/lux + +# Install Lux dependencies cd lux npm install -cat test/fixtures/data.sql | mysql -u root -p + +# Install test app dependencies +cd test/test-app +npm install + +# Run the test suite +cd ../../ npm test ```