From e85e6066676d60cfbea2049ba691581fd18c046f Mon Sep 17 00:00:00 2001 From: Pauloparakleto Date: Wed, 20 Mar 2024 18:35:40 -0300 Subject: [PATCH] chore(GETTING_STARTED.md): remove mention to git and aditional steps when mentioning docker alternative. Let docker section be its job --- GETTING_STARTED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index b0414f0cea..461aa86f53 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -43,7 +43,7 @@ The following guides will provide OS-specific step-by-step instructions to get t For those new to Rails, the following tutorial will help get you up to speed with configuring a [Rails environment](http://guides.rubyonrails.org/getting_started.html). -Another way to make it work locally would be using Docker. See the [Docker setup guide](docker/README.md). You will need to setup git and others aditional steps. +Another way to make it work locally would be using Docker. See the [Docker setup guide](docker/README.md). ### Get it running