summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt14
1 files changed, 11 insertions, 3 deletions
diff --git a/README.txt b/README.txt
index a6b1c90..9e4b132 100644
--- a/README.txt
+++ b/README.txt
@@ -4,19 +4,27 @@
pkgbuilds
---------
-This is my personal collection of packaging files for Arch Linux (PKGBUILDS).
+This is my personal collection of packaging files for Arch Linux (PKGBUILDs).
+In addition to my own personal PKGBUILD files there are also some from the AUR
+which are added as Git submodules.
Usage
-----
-Just clone this repository and run these commands to install <software>:
+Clone the repository to your machine (I prefer the own home directory):
+
+ cd # going to home directory
+ git clone --recurse-submodules https://cgit.xengineering.eu/pkgbuilds
+
+Use these commands to build software based on the included PKGBUILD files:
cd pkgbuilds/<software>
makepkg -si
This will install all needed dependencies (-s), build the package and install
-(-i) it.
+(-i) it. You can also use `cd pkgbuilds/AUR/<software>` to use PKGBUILD files
+from the Arch Linux user repository which I use myself.
You can remove the package with this command: