Skip to content

Commit

Permalink
chore: ruby location
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Aug 12, 2024
1 parent 615ecee commit 82fc7de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/setup/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ Add the following lines to your shell profile, usually `~/.bash_profile` or `~/.

```shell
# Add ruby and rubygems to the path
export PATH=/opt/homebrew/opt/ruby/bin:/opt/homebrew/lib/ruby/gems/3.3.4/bin:$PATH
export PATH=/opt/homebrew/opt/ruby/bin:/opt/homebrew/lib/ruby/gems/3.3.0/bin:$PATH
# or
export PATH=/usr/local/lib/ruby/bin:/usr/local/lib/ruby/gems/3.3.4/bin:$PATH
export PATH=/usr/local/lib/ruby/bin:/usr/local/lib/ruby/gems/3.3.0/bin:$PATH
```

:::warning Important
Expand Down

0 comments on commit 82fc7de

Please sign in to comment.