From 9a57498183a79902a2f77a554afb248fdee0531b Mon Sep 17 00:00:00 2001 From: j Date: Tue, 30 Apr 2019 12:55:09 +0200 Subject: [PATCH] suggest to install stable by default --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c8b7ba2d1..5fb6ed5f5 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ 1) Get code from git cd /srv/ - git clone https://git.0x2620.org/pandora.git pandora + git clone -b stable https://git.0x2620.org/pandora.git pandora cd pandora ./ctl init @@ -146,11 +146,11 @@ b) apache2 (if you need it for other sites on the same server) ## Updating - To update pandora to the latest development version run this: + To update pandora to the latest version run this: su pandora cd /srv/pandora - ./update.py dev + ./update.py this will update pandora/oxjs/python-ox and list possible upgrades to the db