summarylogtreecommitdiffstats
path: root/zeronet.install
diff options
context:
space:
mode:
Diffstat (limited to 'zeronet.install')
-rw-r--r--zeronet.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/zeronet.install b/zeronet.install
index 9ad953c40eba..1c38d0b68225 100644
--- a/zeronet.install
+++ b/zeronet.install
@@ -19,6 +19,10 @@ post_install() {
echo ">>> Run daemon and check status:"
echo ">>> sudo systemctl start zeronet"
echo ">>> sudo systemctl status zeronet"
+ echo ">>> NOTE: all operations including editing zerosite files,"
+ echo ">>> should be done as user zeronet (one of the following ways):"
+ echo ">>> sudo -u zeronet python2 zeronet.py ..."
+ echo ">>> sudo su - zeronet"
}
post_upgrade() {