make basic readme and repo layout
This commit is contained in:
parent
378e081e40
commit
89a229d5b4
23
README.org
23
README.org
|
|
@ -1 +1,24 @@
|
|||
#+TITLE: CBSH Arch Linux Repository
|
||||
#+DESCRIPTION: The Arch Linux Repository for all of my Customised variants of programs i use.
|
||||
#+AUTHOR: Cabooshy (Cameron Miller)
|
||||
|
||||
|
||||
* Adding the CBSH Repository to pacman
|
||||
Adding a Third Party Repo, such as my repo, is easy. Add the Following Lines to the end of your ~/etc/pacman.conf~:
|
||||
|
||||
#+begin_example
|
||||
[cbsh-arch-repo]
|
||||
SigLevel = Optional DatabaseOptional
|
||||
Server = https://gitlab.com/cabooshy/$repo/-/raw/master/$arch
|
||||
#+end_example
|
||||
|
||||
Then Sync the repos and update your system using:
|
||||
=$ sudo pacman -Syyu=
|
||||
|
||||
Followed By:
|
||||
=$ sudo pacman -S name-of-package=
|
||||
|
||||
* Current Packages in this Repository:
|
||||
+ Nothing Yet!
|
||||
+
|
||||
+
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user