Update Installing using Docker (recommended!) authored by Simon's avatar Simon
......@@ -2,11 +2,11 @@
Docker is the fastest way to having a running system, complete with proxy and echo, ready
to serve repeaters and hotspots. The Docker image can be run on any system that can run Linux
docker containers.
docker containers. We recommend Debian 11.
# Quick Start
For a one-shot install, paste this into the terminal of a running debian-like Linux system
For a one-shot install on a Debian or Debian-bases 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`
......
......