Skip to content

Commit 079885e

Browse files
committed
chore: additional note for macos install instructions
1 parent 8adf2fa commit 079885e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/setup/macos.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,15 @@ Add the following lines to your shell profile, usually `~/.bash_profile` or `~/.
177177
# Add ruby and rubygems to the path
178178
export PATH=/opt/homebrew/opt/ruby/bin:/opt/homebrew/lib/ruby/gems/3.3.0/bin:$PATH
179179
# or
180+
export PATH=/opt/homebrew/opt/[email protected]/bin:/opt/homebrew/lib/ruby/gems/3.3.0/bin:$PATH
181+
# or
180182
export PATH=/usr/local/lib/ruby/bin:/usr/local/lib/ruby/gems/3.3.0/bin:$PATH
181183
```
182184

185+
:::tip Tip
186+
You can always `ls -al /opt/homebrew/opt` to see how it's listed on your own system. Or `ls -al /usr/local/lib` depending on your setup.
187+
:::
188+
183189
:::warning Important
184190
Make sure to open a new terminal window for the changes to take effect!
185191
:::

0 commit comments

Comments
 (0)