Skip to content

Commit

Permalink
Update README to reflect changes to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwagner committed Jul 15, 2019
1 parent 97ad6a1 commit 0307f1a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,7 @@ Here are steps to get started building the textbook on your own machine:
If you have Ruby and bundle installed,
install the dependencies by running
`bundle install`, then running `gem pristine ...` for each warning.
Once the dependencies are installed, run

```
jupyter-book build .
make site
```
Once the dependencies are installed, run `make book` and then `make build`.

**To preview your built site** using Jekyll on your computer, follow
the steps on the [Jupyter Book guide](https://jupyter.org/jupyter-book/guide/03_build.html#build-the-books-site-html-locally-optional).
Expand Down

0 comments on commit 0307f1a

Please sign in to comment.