aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/Packaging.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/Packaging.md b/docs/Packaging.md
index 2d8b3100..7aa2c118 100644
--- a/docs/Packaging.md
+++ b/docs/Packaging.md
@@ -1,4 +1,4 @@
-# Packaging klipper
+# Packaging Klipper
Klipper is somewhat of a packaging anomaly among python programs, as it doesn't
use setuptools to build and install. Some notes regarding how best to package it
@@ -27,5 +27,4 @@ follows: `python2 scripts/make_version.py YOURDISTRONAME > klippy/.version`.
## Sample packaging script
klipper-git is packaged for Arch Linux, and has a PKGBUILD (package build
-script) available at
-https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=klipper-git.
+script) available at [Arch User Repositiory](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=klipper-git).