From 5036b57ea2f277c7e12aef499865b5eafdb67731 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 29 May 2022 22:19:45 +0200 Subject: Update README and switch to .txt --- README.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.txt (limited to 'README.txt') diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..a6b1c90 --- /dev/null +++ b/README.txt @@ -0,0 +1,26 @@ + + +--------- +pkgbuilds +--------- + +This is my personal collection of packaging files for Arch Linux (PKGBUILDS). + + +Usage +----- + +Just clone this repository and run these commands to install : + + cd pkgbuilds/ + makepkg -si + +This will install all needed dependencies (-s), build the package and install +(-i) it. + +You can remove the package with this command: + + pacman -Rsn + +This will remove (-R) the package including the dependencies (-s) and all +configuration files (-n). -- cgit v1.2.3-70-g09d2