diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-11-20 03:56:09 +0100 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-11-20 03:56:09 +0100 |
| commit | 97563fdbbb77d8311c8dfe7483dfe9db4ed2b1f0 (patch) | |
| tree | 999e7a735f3d4d92c50b64b7443dc1c50ad9f88d /website/index.md | |
| parent | 91cd0f9e15dcb87741b1c009589c46032f41163a (diff) | |
| download | alicelinux-97563fdbbb77d8311c8dfe7483dfe9db4ed2b1f0.tar.gz alicelinux-97563fdbbb77d8311c8dfe7483dfe9db4ed2b1f0.zip | |
Update website/index.md
Diffstat (limited to 'website/index.md')
| -rw-r--r-- | website/index.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/website/index.md b/website/index.md index 42cbc4ad..c29f4965 100644 --- a/website/index.md +++ b/website/index.md @@ -1,11 +1,12 @@   -**Alice Linux** is my personal daily driver minimal distro that used [musl](https://musl.libc.org/) libc, [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 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, [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 - no polkit +- clang/llvm instead of gcc/binutils - musl instead of glibc - busybox instead of coreutils/util-linux/etc - busybox's runit instead of systemd/openrc/etc @@ -13,3 +14,4 @@ - gettext-tiny instead of gettext - mandoc instead of man-db - doas instead of sudo +- wayland instead of Xorg |