diff --git a/README.md b/README.md index 715e862..e694254 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,15 @@ This is a commandline tool for knotapi: https://gitlab.nic.cz/knot/knot-dns-rest ## Build and install +The preffered method of installation is via pipx: +``` +pipx install knotctl +``` To install using pip, run the following command in a virtual envrionment. ``` -python -m pip install "knotctl @ git+https://code.smolnet.org/micke/knotctl +python -m pip install knotctl ``` To build and install as a deb-package