From 1ad0a7a9aaf984056d3bb6d915296996791643b4 Mon Sep 17 00:00:00 2001 From: Gerwin Klein Date: Thu, 6 Jun 2024 08:54:07 +1000 Subject: [PATCH] README: improve install instructions - fix typos - link to homebrew Signed-off-by: Gerwin Klein --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ebe0d34ff4..384da50ff9 100644 --- a/README.md +++ b/README.md @@ -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