From 125af53329e68d955f41873ee1fffd3614d33bb1 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 22 Apr 2025 12:26:22 -0600 Subject: [PATCH] add steps for using the bash installer --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a664e69..fd5496f 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,12 @@ mkpasswd -m sha-512 curl $PATH ``` +## Older Bash installer + +```bash +sh <(curl -L https://gitlab.com/ahoneybun/nyxi-installer/-/raw/main/install.sh) +``` + # Development ![docs/development](https://gitlab.com/ahoneybun/nyxi-installer/-/blob/rust-rewrite/docs/development.md)