diff options
author | Yifei Ding <dingyifeiair@gmail.com> | 2021-11-20 23:11:25 -0800 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-11-22 21:03:32 -0500 |
commit | 054beb19183a8846d6f6f5dfebb48c16bcf8fb68 (patch) | |
tree | 9265f6bc8fd302f82e704ffad870d36da82e2752 /docs | |
parent | 7971715bb40a41342275d168b471e33882f49150 (diff) | |
download | kutter-054beb19183a8846d6f6f5dfebb48c16bcf8fb68.tar.gz kutter-054beb19183a8846d6f6f5dfebb48c16bcf8fb68.tar.xz kutter-054beb19183a8846d6f6f5dfebb48c16bcf8fb68.zip |
docs: Packaging Better Hyperlink and Fix Title Cap
Signed-off-by: Yifei Ding <yifeiding@protonmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Packaging.md | 5 |
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). |