diff --git a/README.md b/README.md index 4ec6fbaa3..a86db590e 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,11 @@ Follow the steps mentioned on the [KISS Linux](https://k1sslinux.org/install) we * Download the latest GKISS tarball from https://github.com/gkisslinux/grepo/releases instead of the KISS tarball. * In order to rebuild `glibc`, the KISS [Community repository](https://github.com/kiss-community/repo-community) needs to be enabled. +* Generate locales by running `locale-gen` as root after modifying the `/etc/locale.gen` file with the appropriate locales (Such as `en_US.UTF8 UTF-8`). Refer to the [Arch Wiki](https://wiki.archlinux.org/index.php/Locale). #### Optional - -* Enable the GKISS [Community repository](https://github.com/gkisslinux/gcommunity). +* Enable the GKISS [Community repository](https://github.com/gkisslinux/gcommunity) for software like `dbus` and `pulseaudio`. * Enable the [Multilib repository](https://github.com/gkisslinux/grepo/tree/master/multilib) to run programs like `steam` and `wine`. -* Generate locales by running `locale-gen` as root after modifying the `/etc/locale.gen` file with the appropriate locales (Such as `en_US.UTF8 UTF-8`). Refer to the [Arch Wiki](https://wiki.archlinux.org/index.php/Locale). ## Binary Packages diff --git a/multilib/README.md b/multilib/README.md index 9c1fee6f5..3083e8ca1 100644 --- a/multilib/README.md +++ b/multilib/README.md @@ -77,7 +77,7 @@ esac * In order to run graphical applications, one of either `lib32-nvidia` or `lib32-mesa` must be installed, depending upon the graphics card present in the system. -**NOTE:** The `bin` repository must be used for the first time since a multilib toolchain cannot be built from a pure 64-bit toolchain. If desired, the toolchain can be built by first replacing the KISS toolchain with Arch's multilib toolchain, and then rebuilding the KISS toolchain. +**NOTE:** The `bin` repository must be used for the first time since a multilib toolchain cannot be built from a pure 64-bit toolchain. If desired, the toolchain can be built by first replacing the KISS toolchain with Arch's multilib toolchain (Lazy method), and then rebuilding the KISS toolchain. **NOTE:** The `lib32-llvm` package is enough to build `lib32-mesa`, but _CANNOT_ be used to build a `clang` that generates 32-bit binaries. @@ -98,7 +98,7 @@ cd /etc/ssl/certs ln -sf ../cert.pem ca-certificates.crt ``` -* Since `steam` uses a _LOT_ of non-standard `tar` options, `/usr/bin/tar` must be switched to `gtar` during the initial setup and future updates: +* Since `steam` uses a _LOT_ of non-standard `tar` options, `/usr/bin/tar` must be switched to `gtar` during the initial setup and during future updates: ```sh kiss b gtar && kiss i gtar