aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2022-03-07 22:19:01 -0500
committerJulien Roy <julien@jroy.ca>2022-03-07 22:19:01 -0500
commit86527ffe988b2e4e0d3697d609a94336a88e3105 (patch)
tree446631f48aa54d6dca7fae4a0aeab4f33c89ab8b
parentabf8f94794e8ce4d94c19322e6096f015b6330f0 (diff)
downloadMrRoy-Overlay-86527ffe988b2e4e0d3697d609a94336a88e3105.tar.gz
MrRoy-Overlay-86527ffe988b2e4e0d3697d609a94336a88e3105.tar.bz2
MrRoy-Overlay-86527ffe988b2e4e0d3697d609a94336a88e3105.zip
Updated Readme
-rw-r--r--README.md23
1 files changed, 3 insertions, 20 deletions
diff --git a/README.md b/README.md
index 6136244..f09f7fa 100644
--- a/README.md
+++ b/README.md
@@ -1,28 +1,11 @@
# MrRoy-Overlay
My personal Gentoo overlay
+No guarantees to usability, or that they will even build.
# Packages
-[dev-libs/rocclr](https://github.com/ROCm-Developer-Tools/ROCclr)
-[dev-libs/rocm-comgr](https://github.com/RadeonOpenCompute/ROCm-CompilerSupport)
-[dev-libs/rocm-device-libs](https://github.com/RadeonOpenCompute/ROCm-Device-Libs)
-[dev-libs/rocm-opencl-runtime](https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime)
-[dev-libs/rocr-runtime](https://github.com/RadeonOpenCompute/ROCR-Runtime)
-[dev-libs/roct-thunk-interface](https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface)
-[dev-util/rocm-cmake](https://github.com/RadeonOpenCompute/rocm-cmake/)
-[gui-apps/waynergy](https://github.com/r-c-f/waynergy)
[net-misc/xmrig-mo](https://github.com/MoneroOcean/xmrig)
-[sys-devel/llvm-roc](https://github.com/RadeonOpenCompute/ROCm/)
# Installation
-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:
-
- [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
-
+To add this overlay, run the following command:
+ # eselect repository add https://git.jroy.ca/MrRoy-Overlay MrRoy-Overlay
Finally, run `emerge --sync MrRoy-Overlay`