mirror of
https://github.com/RPCSX/wiki.git
synced 2024-11-23 03:39:40 +00:00
aa1aac38ae
https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md032.md https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md040.md https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md036.md https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md029.md
617 B
617 B
RPCSX Wiki
Installation
- Install Ruby:
We recommend using Ruby Version Manager (RVM) to Install Ruby
- Clone and set up wiki:
git clone https://github.com/RPCSX/wiki
cd wiki
Note: Do not run Bundler as root. Installing your bundle as root will break this application for all non-root users on your machine.
gem install bundler
bundle install
Development
- Run Jekyll Server:
Note: Hot reloading is unsupported, refresh the page to see changes.
bundle exec jekyll serve
Before Pushing Changes
Run rubocop
on your local files.