Skip to content

Commit

Permalink
docs: update testing section of README.md (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharygolba authored Jul 5, 2016
1 parent 266b212 commit 1d3a7b2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 1d3a7b2

Please sign in to comment.