Update installer path (#4305)

* Update installer path

* Update README.md

change order
This commit is contained in:
Matthias Mair 2023-02-05 00:56:33 +01:00 committed by GitHub
parent 26c97db364
commit a10b8f2e47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,7 +138,7 @@ There are several options to deploy InvenTree.
Single line install - read [the docs](https://inventree.readthedocs.io/en/latest/start/installer/) for supported distros and details about the function:
```bash
wget -Nq https://raw.githubusercontent.com/InvenTree/InvenTree/master/contrib/install.sh && bash install.sh
wget -Oq install.sh https://get.inventree.org && bash install.sh
```
<!-- Contributing -->