Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz authored Apr 3, 2024
1 parent 6d1f855 commit 9506344
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# whisky-book

Documentation for Whisky.

### How to Contribute
1. Install [rust](https://www.rust-lang.org/tools/install)
2. Install mdbook and the required preprocessors
```
cargo install mdbook
cargo install mdbook-alerts
cargo isntall mdbook-template
```
3. You can preview changes to the book with `mdbook serve --open`

0 comments on commit 9506344

Please sign in to comment.