mirror of
https://github.com/RPCSX/wiki.git
synced 2024-11-23 11:49:43 +00:00
Wiki for the RPCSX emulator.
e0067c5be3
Markdownlint + WSL |
||
---|---|---|
_layouts | ||
_config.yml | ||
.gitignore | ||
.rubocop.yml | ||
404.html | ||
about.md | ||
faq.md | ||
Gemfile | ||
Gemfile.lock | ||
index.md | ||
install-guide.md | ||
README.md | ||
running.md |
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.