aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2022-03-26 21:01:20 -0400
committerJulien Roy <julien@jroy.ca>2022-03-26 21:01:20 -0400
commit62e26774cee104210e9d9c084eaca891ed89e17b (patch)
treee8d207fc5fa149db806f34ef2016e061c4302d67 /README.md
parent1d10eee3bbba2157d0bf5485e57e314a4fd32ff5 (diff)
downloadMrRoy-Overlay-62e26774cee104210e9d9c084eaca891ed89e17b.tar.gz
MrRoy-Overlay-62e26774cee104210e9d9c084eaca891ed89e17b.tar.bz2
MrRoy-Overlay-62e26774cee104210e9d9c084eaca891ed89e17b.zip
Added xmrig-mo-6.16.4, updated README
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.md b/README.md
index eafce24..802fdc0 100644
--- a/README.md
+++ b/README.md
@@ -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`