2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-12-20 02:53:18 +00:00

Update docs for Installer v2 (#387)

* Update docs for Installer v2
Fixes #385

* Add more detailed docs regarding performed steps and options
This commit is contained in:
Matthias Mair
2022-11-08 00:14:17 +01:00
committed by GitHub
parent d506d9572e
commit 58353c4ac6
2 changed files with 23 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ title: Setup Introduction
!!! info "Fast install"
A quick-and-easy install can be done done with the following one-liner.
```bash
curl https://raw.githubusercontent.com/InvenTree/InvenTree/master/contrib/install.sh | sh
wget -Nq https://raw.githubusercontent.com/InvenTree/InvenTree/master/contrib/install.sh && bash install.sh
```
Read more about the [installer](./installer.md).