diff --git a/README.md b/README.md index 6f8d0c2b..d387011a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ cd /root curl -sL https://pan.do/ra-install > pandora_install.sh chmod +x pandora_install.sh -export BRANCH=stable # change to 'master' to get current developement version +export BRANCH=master # change to 'stable' to get the latest release (sometimes outdated) ./pandora_install.sh 2>&1 | tee pandora_install.log ```