diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
