Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
robmart committed Sep 4, 2024
1 parent 6d57a28 commit 33c7be9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
book
/.idea
/.idea
mdbook
mdbook.*
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# GoA2Wiki

## Local Testing
1. Download the appropriate [mdBook](https://github.com/rust-lang/mdBook/releases/v0.4.36/) version for your OS.
2. Place the extracted mdBook(.exe) file either inside this repository or inside a directory on your [path](https://en.wikipedia.org/wiki/PATH_(variable)).
3. Run the command `mdbook serve --open`

## Contributing
* All source files are inside `src/` and are written in [Markdown](https://www.markdownguide.org/)
* `SUMMARY.md` is the bar on the left, edit that to add new pages.

## Building & Publishing
GitHub actions handle this for us. No need to worry about it.

0 comments on commit 33c7be9

Please sign in to comment.