1
0
Fork 0

Added instructions to enable the overlay

This commit is contained in:
Horea Christian 2014-08-21 18:05:55 +02:00
parent 737d6a144f
commit 8cb995fc60
1 changed files with 10 additions and 1 deletions

View File

@ -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!*