Warning: Never run ZeroNet as root user!

Add some warning instead of encourage users to run ZeroNet as root
This commit is contained in:
Jabba 2020-10-15 19:22:02 +00:00 committed by GitHub
parent 29dac8a188
commit cd73ea056c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -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`