Skip to content

Commit

Permalink
Add a note to the readme about npm install (#25)
Browse files Browse the repository at this point in the history
When I tried to build the book just now, grunt was missing.
npm install fixed it.
  • Loading branch information
cb372 authored and Dave Gurnell committed Jan 22, 2017
1 parent a59b212 commit 7be523a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,19 @@ Check the `solutions` branch for complete versions of each example.
## Building the eBook

Install Docker and use `go.sh` to boot an instance
with all the right dependencies:
with most of the right dependencies:

~~~
bash$ ./go.sh
~~~

Then use `sbt` to build the book:
Then run `npm install` to install the remaining dependencies:

~~~
npm install
~~~

And finally use `sbt` to build the book:

~~~
sbt pdf
Expand Down

0 comments on commit 7be523a

Please sign in to comment.