From 70b86c762772f50f10aa1167e9c9f4d93e7dff90 Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 28 Dec 2021 20:00:16 +0100 Subject: Reduce Text Width to < 80 in README.md --- README.md | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 165ae7d..c8ee063 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,17 @@ # PKGBUILDs -This is my personal collection of PKGBUILD files. They describe the packaging process of software for Arch Linux. +This is my personal collection of PKGBUILD files. They describe the packaging +process of software for Arch Linux. ## Usage ### Build and install a Package -If you just cloned this repository with ```git clone https://github.com/xengineering/pkgbuilds.git``` you can compile and install packages from it manually like this: +If you just cloned this repository with ```git clone +https://github.com/xengineering/pkgbuilds.git``` you can compile and install +packages from it manually like this: ``` cd pkgbuilds/xengineering-base-meta # you can select any other project @@ -19,16 +22,23 @@ sudo pacman -U *.pkg.tar.zst # installs the package ### Add xengineering's Repository to your Arch Linux Installation -If you want to use my pre-compiled packages and trust me you can add my personal repository to your installation. This will also update my packages on your system if you upgrade with ```sudo pacman -Syu```. +If you want to use my pre-compiled packages and trust me you can add my +personal repository to your installation. This will also update my packages on +your system if you upgrade with ```sudo pacman -Syu```. -**Disclaimer:** This adds my PGP key to your pacman key ring! Thus your Arch Linux installation will accept any package signed by me (so you have to trust me). +**Disclaimer:** This adds my PGP key to your pacman key ring! Thus your Arch +Linux installation will accept any package signed by me (so you have to trust +me). ``` # Add PGP key curl https://xengineering.eu/xengineering.asc > xengineering.asc sudo pacman-key --add xengineering.asc # add key to pacman key ring -sudo pacman-key --finger xengineering # make sure that the fingerprint is A13B 2588 7878 7F94 3F6C 68F0 0FD1 F842 33FA 8900 -sudo pacman-key --lsign-key xengineering # trust this key for package installation +sudo pacman-key --finger xengineering # make sure that the fingerprint is + # A13B 2588 7878 7F94 3F6C 68F0 0FD1 + # F842 33FA 8900 +sudo pacman-key --lsign-key xengineering # trust this key for package + # installation # Add repository sudo nano /etc/pacman.conf -- cgit v1.2.3-70-g09d2