diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-11-20 04:19:42 +0100 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-11-20 04:19:42 +0100 |
| commit | 6ab00fd8a5fcfdb18ad5eea89479dd4aa54b6098 (patch) | |
| tree | 0648dfcb68a8825eec7ba62643979256495dc8a6 /website | |
| parent | 97563fdbbb77d8311c8dfe7483dfe9db4ed2b1f0 (diff) | |
| download | alicelinux-6ab00fd8a5fcfdb18ad5eea89479dd4aa54b6098.tar.gz alicelinux-6ab00fd8a5fcfdb18ad5eea89479dd4aa54b6098.zip | |
Update website/index.md
Diffstat (limited to 'website')
| -rw-r--r-- | website/index.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/website/index.md b/website/index.md index c29f4965..b90802ab 100644 --- a/website/index.md +++ b/website/index.md @@ -1,7 +1,7 @@   -**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. +**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. - no systemd - no PAM @@ -15,3 +15,4 @@ - mandoc instead of man-db - doas instead of sudo - wayland instead of Xorg +- libressl instead of openssl |