Skip to content

Commit cc2617a

Browse files
Update makefile and README
1 parent b464470 commit cc2617a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,15 @@ Create .env file from .env_example:
3838
cp .env_example .env
3939
````
4040
Fill configuration in .env file
41+
42+
To run the docker commands without using **sudo** you must add the **docker** group to **your-user**:
43+
44+
```bash
45+
sudo usermod -aG docker your-user
46+
```
47+
48+
For now, this project has been mainly created for Unix `(Linux/MacOS)`. Perhaps it could work on Windows.
49+
4150
```bash
4251
docker-compose build && docker-compose up
4352
```
@@ -58,7 +67,7 @@ Commands:
5867
watch-log logFilePath=[PATH TO LOG FILE] Watch log file
5968
```
6069

61-
### Visual project structure
70+
### Project tree
6271

6372
```
6473
.

0 commit comments

Comments
 (0)