Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
Switch to rbenv & fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
dispherical committed Mar 15, 2024
1 parent c954805 commit 9ccf2e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Also, please do **not** submit security issues via GitHub issues. Please send an

## 💻 Setting up a development environment

1. Install the currently supported version Ruby. You can use a tool like [Ruby Version Manager (RVM)](https://rvm.io/) to install ruby. Check the `.ruby-version` file to find it. Usually, it's the latest version, but it never hurts to check.
1. Install the currently supported version Ruby. You can use a tool like [rbenv](https://github.com/rbenv/rbenv) to install ruby. Check the `.ruby-version` file to find it. Usually, it's the latest version, but it never hurts to check.
2. Install Rails. A lot of times it may come preinstalled. Run `rails -v` to check.
3. Install [bun.sh](https://bun.sh). You can do this by running `curl -fsSL https://bun.sh/install | bash
4. Pull the submodules. Run `git submoudle init && git submodule update`
4. Pull the submodules. Run `git submodule init && git submodule update`
5. Compile the CSS. Run `rails css:build` to do this.
6. Generate active record encryption keys. Save those keys for step 7.
7. Add all of the API keys and credentials using `rails credentials:edit`
Expand Down

0 comments on commit 9ccf2e8

Please sign in to comment.