summary refs log tree commit diff
path: root/README.rst
diff options
context:
space:
mode:
authorazahi <azahi@teknik.io>2018-12-28 01:22:40 +0300
committerazahi <azahi@teknik.io>2018-12-28 01:22:40 +0300
commit8f2f466965f061ce6d6be4443497c0fe6e10a5bc (patch)
tree9999239cbbac3bab7497b28c44dd75cf499d7f8c /README.rst
Initial
Diffstat (limited to '')
-rw-r--r--README.rst42
1 files changed, 42 insertions, 0 deletions
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..b481a06
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,42 @@
+========
+ricerlay
+========
+
+-------
+Purpose
+-------
+
+The main Gentoo package tree doesn't have some crucial packages for ricing.
+Some of them do exist but live ebuilds are not present or broken.
+This overlay is aimed to fix these issues and promote Gentoo as a favorable distribution for the those who want to customize their desktop.
+
+------------
+Installation
+------------
+
+::
+
+   layman -a ricerlay
+   layman -S
+   emerge <package>
+
+----------------
+Getting Involved
+----------------
+
+Please do contribute!
+
+If you are willing to help there is a TODO list that contains packages needed to be added or updated.
+However, you are not limited to only working with it. You are encouraged to add interesting packages related to ricing, customization and workflow improvement.
+
+Example workflow could look like this:
+
+::
+
+   ### Fork this repository
+   git clone https://github.com/<your github username>/ricerlay.git
+   ### Make changes
+   git add <your changes>
+   git commit -m "<category>/<package>: <briefly state your changes>"
+   git push -f origin master
+   ### Create a PR via GitHub's web interface or using your prefered integration tool

Consider giving Nix/NixOS a try! <3