doc: add install section to the readme
This commit is contained in:
parent
5736fe2ea8
commit
53b99905f8
1 changed files with 20 additions and 0 deletions
20
README.md
20
README.md
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue