From 243e46120ba5e9dc0b3bc48e89546e3acd1b849e Mon Sep 17 00:00:00 2001 From: Ryan McGuire Date: Thu, 14 Apr 2016 22:53:14 -0400 Subject: [PATCH] Be more clear to passers by this is about Arch Linux --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 60af11b..412273c 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,17 @@ arch-ppa ======== arch-ppa is a tool that easily creates and maintains your own Arch -package repositories. Kind of like the Personal Package Archives (PPA) -that Ubuntu has, but way easier. +Linux package repositories. Kind of like the Personal Package Archives +(PPA) that Ubuntu has, but way easier. -The Arch User Repository (AUR) is convenient, has tons of software, is -generally awesome, but is inherently insecure. Anyone can upload -anything they want to the AUR. This is why I don't like to use AUR -helpers like `yaourt` or `pacaur`. Using the AUR with a helper -requires you to be diligent in reviewing the PKGBUILDs it downloads, -in order to make sure it doesn't include things like viruses or -trojans, or downloading from a weird URL. +The [Arch User Repository](https://aur.archlinux.org/) (AUR) is +convenient, has tons of software, is generally awesome, but is +inherently insecure. Anyone can upload anything they want to the +AUR. This is why I don't like to use AUR helpers like `yaourt` or +`pacaur`. Using the AUR with a helper requires you to be diligent in +reviewing the PKGBUILDs it downloads, in order to make sure it doesn't +include things like viruses or trojans, or downloading from a weird +URL. I wanted a way to maintain my own repository of PKGBUILDs, downloaded from the AUR, that I have manually verified. Building and installing