From 8cb995fc60dd4dfc6c78b94923a329675fb9fd71 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Thu, 21 Aug 2014 18:05:55 +0200 Subject: [PATCH] Added instructions to enable the overlay --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 707afdc..e2b5314 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,13 @@ An overlay for Gentoo, with various packages chiefly maintained by [TheChymera](https://github.com/TheChymera). The repository structure is somewhat based on that of the *gentoo science overlay*, and we also use thin manifests. -Please report issues via the GitHub tracking system! Please fork and submit pull requests! We're happy to merge! +## Enable this Overlay + +Simply add the following commands as root: + +``` +echo >> PORTDIR_OVERLAY+=" /usr/local/portage/chymeric" +git clone https://github.com/gentoo-science/sci.git /usr/local/portage/chymeric +``` + +*Please report issues via the GitHub tracking system! Please fork and submit pull requests! We're happy to merge!*