Corrected the group name from sudo to docker.

This commit is contained in:
2025-03-30 16:58:53 +03:00
parent 0bd85777dc
commit 114ddaeaf5

View File

@@ -37,7 +37,7 @@ sudo apt-get docker-buildx -y
Add your user to the docker group and login again:
```bash
sudo usermod -aG sudo $USER && sudo su - $USER
sudo usermod -aG docker $USER && sudo su - $USER
```
This will download & execute the `setup.sh` script.