Update Installing using Docker (recommended!) authored by Simon's avatar Simon
......@@ -8,9 +8,11 @@ Not convinced? Read [Why Docker?](Why Docker)
# Quick Start
For a one-shot install on a Debian or Debian-bases system, paste this into the terminal of a running debian-like Linux system
For a one-shot install on a Debian or Debian-based system, paste this into the terminal of a running debian-like Linux system
`sudo curl https://gitlab.hacknix.net/hacknix/FreeDMR/-/raw/master/docker-configs/docker-compose_install.sh | bash`
(sorry Ubuntists, we don't sudo on every line! - su (or sudo) to root like a real sysadmin ;-) )
`curl https://gitlab.hacknix.net/hacknix/FreeDMR/-/raw/master/docker-configs/docker-compose_install.sh | bash`
This works on Debian 10, 11, PiOs (Raspbian) and recent Ubuntu systems, on other flavours, you may need to follow the process below.
......
......