Wiki for the RPCSX emulator.
Go to file
2024-11-15 21:24:27 -06:00
_layouts lint: format 2024-09-14 13:47:24 +10:00
_config.yml Add README 2024-09-14 19:56:38 +10:00
.gitignore Initial commit 2023-07-15 11:49:01 -05:00
.rubocop.yml chore: add rubocop 2024-09-14 19:50:53 +10:00
404.html Use LibDoc font 2024-09-14 14:02:20 +10:00
about.md review changes 2024-09-13 21:04:53 -05:00
faq.md Review Changes 2024-11-13 16:28:03 -06:00
Gemfile lint: format 2024-09-14 19:50:58 +10:00
Gemfile.lock chore: add rubocop 2024-09-14 19:50:53 +10:00
index.md markdownlint +WSL 2024-11-13 10:05:47 -06:00
install-guide.md Update install-guide.md 2024-11-15 20:59:48 -06:00
README.md markdownlint +WSL 2024-11-13 10:05:47 -06:00
running.md markdownlint +WSL 2024-11-13 10:05:47 -06:00

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.