Update README.md

This commit is contained in:
Aiden McClelland
2022-02-14 19:21:41 -07:00
parent b4269ce09b
commit 1769f7e2e6

View File

@@ -10,7 +10,7 @@
- `sudo apt install -y avahi-daemon`
- Installed by default on most Debian systems - https://avahi.org
- Docker
- `sudo apt install -y docker.io`
- `curl -fsSL https://get.docker.com | sh`
- https://docs.docker.com/get-docker
- Add your user to the docker group: `sudo usermod -a -G docker $USER`
- Reload user environment `exec sudo su -l $USER`