From 865024fc1f9a417e320045f7df6928b1aa2b6786 Mon Sep 17 00:00:00 2001 From: Luis Ramos Date: Wed, 29 Apr 2020 14:05:45 +0100 Subject: [PATCH] Add link to the docker setup guide to the getting started guide. --- GETTING_STARTED.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index 84b38663aa..963f85ce04 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -2,6 +2,8 @@ This is a general guide to setting up an Open Food Network development environment on your local machine. +The fastest way to make it work locally is to use Docker, see the [Docker setup guide](DOCKER.md). + The following guides are located in the wiki and provide more OS-specific step-by-step instructions: - [Ubuntu Setup Guide][ubuntu]