From fb7b44312c89385ce539e2455ed16c809959f899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Sat, 22 May 2021 23:40:04 +0200 Subject: [PATCH] add zero-knowledge installation to readme #7. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 9280933..157840d 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,18 @@ Simple room management system for [n.eko](https://github.com/m1k1o/neko). Self h n.eko +## Zero-knowledge installation + +If you don't have any clue about docker and stuff but only want to have fun with friends in a shared browser, we got you covered! + +- Rent a VPS with public IP and OS Ubuntu. +- Get a domain name pointing to your IP (you can even get some for free). +- Run install script and follow instructions. + +```bash +curl https://raw.githubusercontent.com/m1k1o/neko-rooms/master/install | sudo bash +``` + ## How to start You need to have installed `Docker` and `docker-compose`. You need to have custom domain pointing to your server's IP.