From ccdd428b5755ae7dbf48e476f1199cbfe6e48462 Mon Sep 17 00:00:00 2001 From: Pauloparakleto Date: Wed, 20 Mar 2024 10:45:24 -0300 Subject: [PATCH] chore(GETTING_STARTED.md): Mention docker at the bottom of the section preventing the contributor about aditional steps --- GETTING_STARTED.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index 7ecc0299e2..51827d64f9 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -43,6 +43,8 @@ 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. + ### Get it running First, you need to create the database user the app will use by manually typing the following in your terminal: