mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
15 lines
238 B
Plaintext
15 lines
238 B
Plaintext
|
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
|
||
|
```
|