Преглед на файлове

Added error message for wrong decode file and logo for failed to load file

Alex Tran преди 3 години
родител
ревизия
7501b942e8
променени са 1 файла, в които са добавени 3 реда и са изтрити 4 реда
  1. 3 4
      README.md

+ 3 - 4
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
 Navigate to `server` directory and run
 
 
-```
+````
 cp .env.example .env
 cp .env.example .env
-```
 
 
 Then populate the value in there.
 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
 To start, run
 
 
 ```bash
 ```bash
 docker-compose -f ./server/docker-compose.yml up
 docker-compose -f ./server/docker-compose.yml up
-```
+````
 
 
 To force rebuild node modules after installing new packages
 To force rebuild node modules after installing new packages