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

Commit

Permalink
fix quick typo (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
dispherical authored Mar 18, 2024
1 parent e3cc8c5 commit 8a94d23
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 @@ -20,7 +20,7 @@ Also, please do **not** submit security issues via GitHub issues. Please send an

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
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 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.
Expand Down Expand Up @@ -50,4 +50,4 @@ We use [Standard Ruby](https://github.com/standardrb/standard) ([VSCode Edition]
We use [Weblate](https://hosted.weblate.org/projects/oblong/) to translate. You can make an account there and start translating!

## ❓ Questions and Comments
If you need help with anything, we have a [forum](https://forum.obl.ong) to help you with anything and everything in regards to Obl.ong.
If you need help with anything, we have a [forum](https://forum.obl.ong) to help you with anything and everything in regards to Obl.ong.

0 comments on commit 8a94d23

Please sign in to comment.