InvenTree/contrib/installer
Matthias Mair fcea1383d0
Installer missing some required packages from REQS (#10897)
Fixes #10813
2025-11-24 09:12:21 +11:00
..
src Installer missing some required packages from REQS (#10897) 2025-11-24 09:12:21 +11:00
README Installer v2 (#3798) 2022-11-08 10:12:43 +11:00
settings.yml Installer fixes (#3962) 2022-11-20 19:29:12 +11:00

README

The installer is generated using bashly.

## Installation
Check out the docs: https://bashly.dannyb.co/installation/

If you have ruby already installed run
```bash
gem install bashly
```

## Regenerate script
```bash
bashly generate
```