updated readme
Some checks failed
Build / build (push) Failing after 4m53s

This commit is contained in:
tumillanino
2025-10-31 22:31:12 +11:00
parent e6524d8bed
commit cbce2162fe

View File

@@ -1,6 +1,7 @@
# Miasma OS Installer
Opinionated Arch Linux installer built with Go and Bubble Tea TUI framework.
This is still in very early development and not yet ready to use, if you happen to stumble across this page.
## Features
@@ -23,7 +24,7 @@ Or manually:
```bash
# Download and run installer
curl -fsSL https://github.com/miasma-os/miasma-installer/releases/latest/download/miasma-installer -o miasma-installer
curl -fsSL https://git.miasma-os.com/miasma/miasma-installer/releases/latest/download/miasma-installer -o miasma-installer
chmod +x miasma-installer
sudo ./miasma-installer
```