add steps for using the bash installer

This commit is contained in:
Aaron Honeycutt 2025-04-22 12:26:22 -06:00
parent 7ba1ccb07a
commit 125af53329

View file

@ -26,6 +26,12 @@ mkpasswd -m sha-512
curl $PATH curl $PATH
``` ```
## Older Bash installer
```bash
sh <(curl -L https://gitlab.com/ahoneybun/nyxi-installer/-/raw/main/install.sh)
```
# Development # Development
![docs/development](https://gitlab.com/ahoneybun/nyxi-installer/-/blob/rust-rewrite/docs/development.md) ![docs/development](https://gitlab.com/ahoneybun/nyxi-installer/-/blob/rust-rewrite/docs/development.md)