Improve readme

This commit is contained in:
staff 2019-12-06 12:40:01 +01:00
parent bf55ab9072
commit 2a2f4a3dce
1 changed files with 8 additions and 0 deletions

View File

@ -25,3 +25,11 @@ You can change the ssl state of your instance after the installation if you need
Just execute ssl.sh:
`./ssl.sh`
If you prefere, you can download this script directly via:
```
wget https://dev-nextcloud.p2p.legal/installeur/install-nextcloud.tar.gz
tar -zxvf install-nextcloud.tar.gz
./install.sh 2>&1 | tee loginstall.log
```