Skip to content

Commit 46a7e0c

Browse files
authored
Merge pull request rails#55449 from iaurg/patch-1
docs: add git on Ubuntu installation for better DX
2 parents ec1c5ac + 81aaae3 commit 46a7e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/install_ruby_on_rails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Open Terminal and run the following commands:
5757
```bash
5858
# Install dependencies with apt
5959
$ sudo apt update
60-
$ sudo apt install build-essential rustc libssl-dev libyaml-dev zlib1g-dev libgmp-dev
60+
$ sudo apt install build-essential rustc libssl-dev libyaml-dev zlib1g-dev libgmp-dev git
6161

6262
# Install Mise version manager
6363
$ curl https://mise.run | sh

0 commit comments

Comments
 (0)