Skip to content

Commit

Permalink
Document possible requirement of adding user to docker group.
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed Dec 16, 2022
1 parent abfab8f commit d7f2240
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ Install Docker via `snap` or follow the official [instructions](https://docs.doc
```bash
sudo snap install docker
```
**Note**: You may need to add your user to the `docker` group:
```bash
sudo usermod -a -G docker $USER
```
Generating the C header files using a Docker container:
```bash
cd extras/script
Expand Down

0 comments on commit d7f2240

Please sign in to comment.