Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
git-bruh committed Apr 22, 2021
1 parent 9f465df commit 15608bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions multilib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
Expand Down

0 comments on commit 15608bf

Please sign in to comment.