mirror of
https://github.com/DragonRidersUnite/book
synced 2024-11-16 07:47:42 +01:00
Update README.md
This commit is contained in:
parent
1b09ff8ad3
commit
254a582fe3
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue