diff --git a/README.md b/README.md index eef0538..386354d 100644 --- a/README.md +++ b/README.md @@ -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 ```