diff options
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 |