aboutsummaryrefslogtreecommitdiff
path: root/alternatives
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-05-13 00:23:38 +0200
committerCem Keylan <cem@ckyln.com>2022-05-13 00:23:38 +0200
commitf56e22c11a20bb32fcffb816c69998a7159793c9 (patch)
tree8aaa3c9af63c76e8d4a306bcb436521aa1d4c388 /alternatives
parent092486db4b0eb9b6a4b580e5abb0419d176cb864 (diff)
downloadrepository-f56e22c11a20bb32fcffb816c69998a7159793c9.tar.gz
Add alternatives repository
Diffstat (limited to 'alternatives')
-rw-r--r--alternatives/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/alternatives/README.md b/alternatives/README.md
new file mode 100644
index 00000000..e85015d5
--- /dev/null
+++ b/alternatives/README.md
@@ -0,0 +1,13 @@
+Alternatives Repository
+=======================
+
+This "repository" consists of multiple repositories that provide some alternative
+functionality. Instead of adding this folder to your `$CPT_PATH`, you should
+instead add the alternative package's repository to your path if you want to use
+them.
+
+ # Adding llvm-huge to your $CPT_PATH
+ export CPT_PATH=$REPODIR/alternatives/llvm-huge:$CPT_PATH
+
+
+You can find more information about the alternative repositories inside of them.