From 1c2018e2f257fc728bfe58e9ce198421a5e8f552 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 4 Jun 2018 14:08:28 +0200 Subject: [PATCH] added readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4800c33 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Portage repository "tastytea" + +This is an unofficial repository for [Portage](https://wiki.gentoo.org/wiki/Project:Portage), +[Gentoo](https://gentoo.org/)'s package manager. + +## Add this repository + +```BASH +eselect repository add tastytea git https://git.schlomp.space/tastytea/overlay.git +``` + +More information can be found in the [Gentoo wiki](https://wiki.gentoo.org/wiki/Eselect/Repository).