From 7501b942e8646535a6a1d466bb59af165144f46a Mon Sep 17 00:00:00 2001 From: Alex Tran Date: Sat, 12 Feb 2022 11:44:46 -0600 Subject: [PATCH] Added error message for wrong decode file and logo for failed to load file --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ac6fa97cda..0bb66e5f2d 100644 --- a/README.md +++ b/README.md @@ -53,19 +53,18 @@ You can use docker compose for development, there are several services that comp Navigate to `server` directory and run -``` +```` cp .env.example .env -``` Then populate the value in there. -Pay attention to the key `UPLOAD_LOCATION`, this directory must exist and is owned the user that run the `docker-compose` command below. +Pay attention to the key `UPLOAD_LOCATION`, this directory must exist and is owned by the user that run the `docker-compose` command below. To start, run ```bash docker-compose -f ./server/docker-compose.yml up -``` +```` To force rebuild node modules after installing new packages