Skip to content

Commit

Permalink
Update readme docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Syntaf committed Nov 11, 2024
1 parent 066a40d commit a850320
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

- [Overview](#Overview)
- [Dependencies](##Dependencies)
- [Running Locally](##Running-Locally-with-RVM-&-Docker)
- [Running Locally with Docker](##Running-Locally-with-RVM-&-Docker)
- [Running Locally on OSX](##Running-Locally-on-OSX)
- [Contributing](#Contributing-Guide)
- [Coding Standards](#Coding-Standards)
- [Development Guide](#Development-Guide)
Expand Down Expand Up @@ -85,7 +86,10 @@ installation (like via RVM)
9. Visit http://localhost:3001
## Running Locally on OSX -- Recommended
## Running Locally on OSX
This option is similar to the above but assumes you are running your database and redis
instance locally via `brew`, and you're within an OSX environment.
1. Install RVM and the required ruby version (`3.1.4`) via [RVM's installation docs](https://rvm.io/rubies/installing)
```
Expand Down

0 comments on commit a850320

Please sign in to comment.