From cd73ea056c59796312ad177fa1f166ecdb08ecf1 Mon Sep 17 00:00:00 2001 From: Jabba <71508279+JabbaDesilijicTiure@users.noreply.github.com> Date: Thu, 15 Oct 2020 19:22:02 +0000 Subject: [PATCH] Warning: Never run ZeroNet as root user! Add some warning instead of encourage users to run ZeroNet as root --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b02a2e9..ce556f57 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,10 @@ Decentralized websites using Bitcoin crypto and the BitTorrent network - https:/ - Unpack anywhere - Run `ZeroNet.app` -### Linux (x86-64bit) +### Linux (x86-64bit) + +__Warning:__ Never run ZeroNet as root user! + - `wget https://github.com/HelloZeroNet/ZeroNet-linux/archive/dist-linux64/ZeroNet-py3-linux64.tar.gz` - `tar xvpfz ZeroNet-py3-linux64.tar.gz` - `cd ZeroNet-linux-dist-linux64/` @@ -95,6 +98,8 @@ There is an official image, built from source at: https://hub.docker.com/r/nofis ### Install from source +__Warning:__ Never run ZeroNet as root user! + - `wget https://github.com/HelloZeroNet/ZeroNet/archive/py3/ZeroNet-py3.tar.gz` - `tar xvpfz ZeroNet-py3.tar.gz` - `cd ZeroNet-py3`