Add installer docs link (#3839)

Trying to reduce confusion
https://github.com/inventree/InvenTree/issues/3825
This commit is contained in:
Matthias Mair 2022-10-23 22:51:30 +02:00 committed by GitHub
parent a898ebce40
commit 58f4cebe45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,7 @@ There are several options to deploy InvenTree.
<a href="https://inventree.readthedocs.io/en/latest/start/install/">Bare Metal</a>
</h4></div>
Single line install:
Single line install - read [the docs](https://inventree.readthedocs.io/en/latest/start/installer/) for supported distros and details about the function:
```bash
curl https://raw.githubusercontent.com/InvenTree/InvenTree/master/contrib/install.sh | sh
```