From 737d45d532a09655cbf0ccd6fe732a894a032adb Mon Sep 17 00:00:00 2001 From: Artem Golub Date: Mon, 6 Jul 2020 07:51:52 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1db69d..64276aa 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ On a Mac/Linux/Windows you need Docker, Docker Compose installed. Optionally GCC To get the tool working locally, just run: ```shell script -$ docker-compose local_setup +$ make local_setup ``` ... this command will bring up the backend, the database, sync migrations, and build and serve the Angular app in an Nginx container (for working locally with the tool). For production, you can build and deploy your own images or use mine as a base.