From f56e22c11a20bb32fcffb816c69998a7159793c9 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 13 May 2022 00:23:38 +0200 Subject: Add alternatives repository --- alternatives/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 alternatives/README.md 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. -- cgit v1.2.3