From 53b99905f8fa3981e441aac53d870840c85f4e90 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Sun, 31 Jul 2022 23:55:35 +0300 Subject: [PATCH] doc: add install section to the readme --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index b03346c..4816ee2 100644 --- a/README.md +++ b/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