|
|
|
@ -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
|
|
|
|
|