Skip to content

Commit b1848b4

Browse files
committed
fix: remove extra dot in docker group add command
Signed-off-by: Aritra Dey <adey01027@gmail.com>
1 parent fa21090 commit b1848b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DEV-INTRO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ _Note for Linux (including Windows WSL2) users:_ add your user to the docker gro
4242

4343
```sh
4444
# for linux users
45-
sudo adduser ${USER} docker.
45+
sudo adduser ${USER} docker
4646
```
4747

4848
### Deploying PEcAn in Docker

0 commit comments

Comments
 (0)