Skip to content

Commit

Permalink
MacOS command fix
Browse files Browse the repository at this point in the history
  • Loading branch information
simjanos-dev committed Mar 21, 2024
1 parent ad48e8c commit e5f23df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ DB_PASSWORD="linguacafe"

Run the remaining commands:
```
chmod 777 -R ./ && docker compose up -d
chmod -R 777 ./ && docker compose up -d
```

##### Windows:
Expand Down

0 comments on commit e5f23df

Please sign in to comment.