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
commit 6aeefd3d5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

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)