aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-06-18 17:01:39 +1200
committerArslaan Pathan <[email protected]>2026-06-18 17:01:39 +1200
commitf133bc5d67b542c1bb3cbd4df2ce7fb55fe1e9a8 (patch)
tree73c6e98948098beb8e34b3d722163e1bc706c441
parentb92b67063597b99a009741a76f0ac714a3592671 (diff)
downloadyerbalinux-f133bc5d67b542c1bb3cbd4df2ce7fb55fe1e9a8.tar.xz
yerbalinux-f133bc5d67b542c1bb3cbd4df2ce7fb55fe1e9a8.zip
Update readmeHEADmain
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index b03c239..71fe7c6 100644
--- a/README.md
+++ b/README.md
@@ -21,11 +21,11 @@ Pretty much, I decided to make my own distro for fun, and also, if you make the
## How to try it
At the moment, it's not a very usable distro, so I don't recommend you try it, but if you must, then run the following command in the root of the repository:
-```bash
-nix build .
+```shell
+kas build kas.yml
```
-This will build the ISO and all dependencies, leaving the ISO in `result/yerba-linux.iso`.
+This will build the distro and all dependencies, leaving the artifacts somewhere in build/. Good luck finding it(TM)!
## Current Status
@@ -34,7 +34,7 @@ This will build the ISO and all dependencies, leaving the ISO in `result/yerba-l
- Libc: working, musl
- Init system: working, runit
- SquashFS image (+ OverlayFS live ISO): TBD
-- Networking: TBD
+- Networking: working, dhcpcd (TODO: Add NetworkManager and iwd)
- Audio: TBD
- Package manager: TBD
- Installer: TBD