Skip to content

Commit

Permalink
README: improve install instructions
Browse files Browse the repository at this point in the history
- fix typos
- link to homebrew

Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 committed Jun 27, 2024
1 parent fdb96bc commit 1ad0a7a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,24 +40,24 @@ git submodule update
We recommend using [rbenv](https://github.com/rbenv/rbenv) to install the
correct Ruby version.

On Mac:
On Mac, using [homebrew](https://brew.sh):

```sh
homebrew install ruby-build rbenv
brew install ruby-build rbenv
# follow the instructions this command shows, and start a new shell afterwards
rbenv init
# in the docs directory (root of this repo):
rebenv install
rbenv install
```

On Linux:
On apt-based Linux distributions (e.g. Ubuntu, Debian):

```sh
apt install rbenv
# follow the instructions this command shows, and start a new shell afterwards
rbenv init
# in the docs directory (root of this repo):
rebenv install
rbenv install
```

After these, you should be able to forget about `rbenv`, the `Makefile` will now
Expand Down

0 comments on commit 1ad0a7a

Please sign in to comment.