Skip to content

Commit 81aaae3

Browse files
authored
docs: add git on Ubuntu installation for better DX
If I just follow all the steps from docs in a fresh installation of Ubuntu and when I try to run `rails new myapp` I receive an error because git is not installed, so if I'm following this tutorial to get started with rails maybe we can assume that I need to install git to use this afterwards.
1 parent 9a64857 commit 81aaae3

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)