Merge pull request #775 from o-psi/update-readme

Default install script doesnt like the oneliner.
This commit is contained in:
Johnny
2023-10-18 11:43:07 -04:00
committed by GitHub

View File

@@ -103,7 +103,8 @@ ITFlow is self-hosted. There is a full installation guide in the [docs](https://
- Login as root
- Download & run install script
```
wget -O - https://github.com/itflow-org/itflow-install-script/raw/main/itflow_install.sh | bash
wget -O itflow_install.sh https://github.com/itflow-org/itflow-install-script/raw/main/itflow_install.sh
bash itflow_install.sh
```
- Follow Instructions & navigate to setup URL shown
- Leave us feedback in the [forum](https://forum.itflow.org/d/11-road-map)