Skip to content

Commit

Permalink
Make README mention npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancarter committed Jan 15, 2020
1 parent af70268 commit 7ade8b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ Tests of the Lurch design team's FIC deduction ideas
## How to get started

1. Clone this repo
2. Run tests with `npm test`
3. Honestly there's not anything else to do yet
2. Install dependencies with `npm install`
3. Run tests with `npm test`
4. Honestly there's not anything else to do yet

The tests use [mocha](https://mochajs.org/)
and [expect.js](https://github.com/Automattic/expect.js).
Expand Down

0 comments on commit 7ade8b2

Please sign in to comment.