diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -6,8 +6,15 @@ No guarantees to usability, or that they will even build. [net-misc/xmrig-mo](https://github.com/MoneroOcean/xmrig) # Installation -To add this overlay, run the following command: +Add a new file in /etc/portage/repos.conf/ +For example, /etc/portage/repos.conf/MrRoy-Overlay.conf +In this file, put the content below: - # eselect repository add MrRoy-Overlay git https://git.jroy.ca/MrRoy-Overlay + [MrRoy-Overlay] + location = /var/db/repos/MrRoy-Overlay + clone-depth = 0 + sync-type = git + sync-uri = https://git.jroy.ca/MrRoy-Overlay + auto-sync = yes Finally, run `emerge --sync MrRoy-Overlay` |