File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 7
7
8
8
- [ Overview] ( #Overview )
9
9
- [ Dependencies] ( ##Dependencies )
10
- - [ Running Locally] ( ##Running-Locally-with-RVM-&-Docker )
10
+ - [ Running Locally with Docker] ( ##Running-Locally-with-RVM-&-Docker )
11
+ - [ Running Locally on OSX] ( ##Running-Locally-on-OSX )
11
12
- [ Contributing] ( #Contributing-Guide )
12
13
- [ Coding Standards] ( #Coding-Standards )
13
14
- [ Development Guide] ( #Development-Guide )
@@ -85,7 +86,10 @@ installation (like via RVM)
85
86
86
87
9. Visit http://localhost:3001
87
88
88
- ## Running Locally on OSX -- Recommended
89
+ ## Running Locally on OSX
90
+
91
+ This option is similar to the above but assumes you are running your database and redis
92
+ instance locally via `brew`, and you're within an OSX environment.
89
93
90
94
1. Install RVM and the required ruby version (`3.1.4`) via [RVM's installation docs](https://rvm.io/rubies/installing)
91
95
```
You can’t perform that action at this time.
0 commit comments