diff options
| author | emmett1 <me@emmett1.my> | 2026-06-23 17:51:16 +0800 |
|---|---|---|
| committer | emmett1 <me@emmett1.my> | 2026-06-23 17:51:16 +0800 |
| commit | 67c6d4f51e1b3b1cfb62c8778d8a62d3a935147a (patch) | |
| tree | 7612a8ed86d37d2030bfa78cc0db9c0dd2364409 | |
| parent | 156c847451bdd37dc88903bb16c0f820e7738b15 (diff) | |
| download | alicelinux-67c6d4f51e1b3b1cfb62c8778d8a62d3a935147a.tar.gz alicelinux-67c6d4f51e1b3b1cfb62c8778d8a62d3a935147a.zip | |
updated readme
| -rw-r--r-- | readme.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,6 @@  -**Alice Linux** is my personal daily driver minimal distro that used [Clang/LLVM](https://www.llvm.org/) as main C compiler, [musl](https://musl.libc.org/) as main standard libc library, [libressl](https://www.libressl.org) as main SSL/TLS and cryptographic libraries, [busybox](https://www.busybox.net/) as main core utilities, package manager written in POSIX shell script, [Wayland](https://wayland.freedesktop.org/) as the gui server and trying to be minimal, lightweight and usable as possible. +**Alice Linux** is minimal distro that used [Clang/LLVM](https://www.llvm.org/) as main C compiler, [musl](https://musl.libc.org/) as main standard libc library, [libressl](https://www.libressl.org) as main SSL/TLS and cryptographic libraries, [busybox](https://www.busybox.net/) as main core utilities, package manager written in POSIX shell script, [Wayland](https://wayland.freedesktop.org/) as the gui server and trying to be minimal, lightweight and usable as possible. - no systemd - no PAM @@ -15,3 +15,5 @@ - doas instead of sudo - wayland instead of Xorg - libressl instead of openssl +- byacc instead of bison +- muon instead of meson |