From 73dd2d48834cf77dfdacd446ca9150f86ed1109d Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Mon, 1 Aug 2022 12:49:52 +0300 Subject: [PATCH] doc: add missed -f flag to the command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 282ed94..bae4198 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ behavior with the `-f` (`--file`) flag. ```sh cp .env.example .env.properties -vnetod .env.properties local +vnetod -f .env.properties local ``` And you can also change the output file with the `-o` (`--output`) flag, if you