Update 'README.md'
This commit is contained in:
parent
8119459d2f
commit
3c52eb2a81
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue