Skip to content

Commit bddf818

Browse files
authored
Update setup-mac.md
1 parent 19e9b86 commit bddf818

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/setup-mac.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Bottlenose is built expecting the following environment:
1919
$/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
2020
2121
# Install postgres, Ruby, and npm
22-
brew install ruby postgresql node
22+
brew install postgresql node
2323
```
2424

2525
### Postgres
@@ -40,8 +40,8 @@ the pg_hba.conf in /etc/postgres/.../ to allow local ident auth.
4040

4141
### Ruby
4242

43+
Best practice for Ruby in development is to use a version manager like rvm or rbenv. Once you have the correct version [installed] (https://github.com/rbenv/rbenv#homebrew-on-macos)
4344
```
44-
sh
4545
# Install Ruby's package manager "Bundler".
4646
gem install bundler
4747

0 commit comments

Comments
 (0)