Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
git-bruh committed Feb 3, 2022
1 parent 336600e commit 6ac23e3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GKISS Linux 🐂

![Downloads](https://img.shields.io/github/downloads/gkisslinux/grepo/latest/gkiss-chroot-2021.7-7.tar.xz)
![Downloads](https://img.shields.io/github/downloads/gkisslinux/grepo/total.svg)

## Installation

Expand Down Expand Up @@ -31,12 +31,15 @@ Binaries for KISS (musl) -> [here](https://github.com/kiss-community/repo-bin)
```sh
export KISS_PATH=/path/to/grepo/bin:$KISS_PATH
```

* The packages can now be installed by a simple `kiss b $PKG` command.

## NVIDIA

**TIP:** `mesa` can be built without `llvm` on NVIDIA systems, look [here](https://github.com/git-bruh/kiss-repo/blob/master/overrides/mesa/build) for an example.

**TIP:** X11 Packages can be found in the [kiss-xorg](https://github.com/ehawkvu/kiss-xorg) repo if Wayland is not for you.

* Modify `KISS_PATH` such that the `nvidia` repository takes priority over other repositories since some Wayland packages like `wlroots` are forked here to add NVIDIA support:
```sh
export KISS_PATH=/path/to/grepo/nvidia:$KISS_PATH
Expand Down

0 comments on commit 6ac23e3

Please sign in to comment.