doc: add install section to the readme

This commit is contained in:
Dmitriy Pleshevskiy 2022-07-31 23:55:35 +03:00
parent 5736fe2ea8
commit 53b99905f8
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
1 changed files with 20 additions and 0 deletions

View File

@ -58,6 +58,26 @@ For more information, see the help.
vnetod --help
```
# Install
## Cargo
```sh
cargo install vnetod
```
## Docker
```sh
docker run --rm -it -v $PWD:/data pleshevskiy/vnetod --help
```
## Nix
```sh
nix run git+https://git.pleshevski.ru/pleshevskiy/vnetod -- --help
```
# License
GNU General Public License v3.0 or later