update readme

This commit is contained in:
illiliti
2020-07-20 01:01:02 +03:00
parent f20aaf258e
commit 1f3d92132d

View File

@@ -15,6 +15,22 @@ What Works
* [x] kwin - [fix](https://github.com/dilyn-corner/KISS-kde/commit/0cc72748e46f859a0fced55b0c3fcc1dd9586a38)
* [ ] ???
Dependencies
------------
* C99 compiler (build time)
* POSIX make (build time)
* POSIX & XSI libc
* Linux >= 2.6.39
Installation
------------
```sh
make
make PREFIX=/usr install # overwrites existing udev libraries if any
```
TODO
----