Update README.md

This commit is contained in:
Brett Chalupa 2023-01-26 16:54:21 -05:00 committed by GitHub
parent 1b09ff8ad3
commit 254a582fe3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,9 +8,9 @@ An open-source book that walks you through how to build games with [DragonRuby G
## Developing
The book is authored and published with [mdBook](https://rust-lang.github.io/mdBook/guide/installation.html). Follow the installation instructions to get the `mdBook` binary installed.
The book is authored and published with [mdBook](https://rust-lang.github.io/mdBook/guide/installation.html). Follow the installation instructions to get the `mdbook` binary installed.
Run `mdBook serve` to boot up the web server that handles compiling everything.
Run `mdbook serve` to boot up the web server that handles compiling everything.
When the code is pushed to the `main` branch on GitHub, an action runs that deploys it to the `gh-pages` branch.