Skip to content

Commit

Permalink
simplified build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Jul 3, 2024
1 parent 68a98b8 commit 39eaa16
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,8 @@ jupyter lab

To build the book, you can run this from the same folder (tested on MacOS only):
```
chmod u+x ./build.sh
./build.sh
```

To clear the build, e.g. before committing using git, run this:
```
chmod u+x ./clean.sh
./clean.sh
cd docs
jupyterbook build .
```

## Acknowledgements
Expand Down

0 comments on commit 39eaa16

Please sign in to comment.