Skip to content

Commit

Permalink
Privileges command added
Browse files Browse the repository at this point in the history
  • Loading branch information
lzuchowska committed Oct 4, 2021
1 parent c8e6f61 commit 812c81d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,11 @@ cd docker
./update.sh
```

__Note__: you may need to grant executable privilege to the update and run scripts
__Note__: you may need to grant executable privilege to the update and run scripts. If you're running on Unix:
```
sudo chmod +x update.sh
sudo chmod +x run.sh
```

Run the enviroment

Expand Down

0 comments on commit 812c81d

Please sign in to comment.