Update 'README.md'

pull/11/head
Micke Nordin 1 week ago
parent 8119459d2f
commit 3c52eb2a81

@ -3,11 +3,15 @@
This is a commandline tool for knotapi: https://gitlab.nic.cz/knot/knot-dns-rest This is a commandline tool for knotapi: https://gitlab.nic.cz/knot/knot-dns-rest
## Build and install ## 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. 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 To build and install as a deb-package

Loading…
Cancel
Save