InvenTree/contrib/installer
Matthias Mair c28c991591
Fix wget command and links in Readme (#4551)
* fix wget command in Readme
Fixes https://github.com/inventree/InvenTree/issues/4548
reported by @liuqun

* change doc links int markdown

* update bash script

* Add typing

* regenerate script

* fix link to contribute

* update more links

* remove additional whitespace
2023-04-02 07:34:53 +10:00
..
src Fix wget command and links in Readme (#4551) 2023-04-02 07:34:53 +10: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

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
```