diff --git a/README.md b/README.md index 8701b2a..4785b4e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # ezirc -Run a hidden IRC server! \ No newline at end of file +Run a hidden IRC server! + +--- +``` +git clone https://git.hackfreedom.org/hack-freedom/ezirc.git +cd ezirc +docker build -t thelounge-ngircd-tor:edge . +docker run --name thelounge-tor -v ./data:/data --restart unless-stopped thelounge-ngircd-tor:edge +``` +