Skip to content

Commit

Permalink
Clarify extra dev steps in README
Browse files Browse the repository at this point in the history
  • Loading branch information
IFcoltransG committed Nov 5, 2024
1 parent 8b2d060 commit 60f5e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ Tags help categorise new pages. Here are some of the tags you can use.
- `['Chapter']` for chapters of the comic

## Developing the wiki
To test the wiki out locally, install Ruby, then run `bundle install` on the command line inside the folder to install the dependencies. `bundle exec jekyll serve` will allow you to access the wiki from your browser.
To test the wiki out locally, install Ruby, clone this repository onto your computer, navigate to the folder on the command line, then run `bundle install` on the command line to install the dependencies. After that is installed, running `bundle exec jekyll serve` from the folder will allow you to access a local copy of the wiki in your browser.

0 comments on commit 60f5e70

Please sign in to comment.