Add link to release page

This commit is contained in:
Micke Nordin 2022-10-25 09:10:39 +00:00
parent 213c9a4b24
commit 69ed07a9e1

View file

@ -15,6 +15,8 @@ cd knotctl
python3 setup.py --command-packages=stdeb.command bdist_deb python3 setup.py --command-packages=stdeb.command bdist_deb
sudo dpkg -i deb_dist/knotctl_0.0.1-1_all.deb sudo dpkg -i deb_dist/knotctl_0.0.1-1_all.deb
``` ```
A prebuilt deb-package is also available from the release page: https://code.smolnet.org/micke/knotctl/releases/
## Shell completion ## Shell completion
For bash: add this to .bashrc For bash: add this to .bashrc
``` ```