From e85edcec2606055f7ced3d63f3a70cf9fe2c3cc9 Mon Sep 17 00:00:00 2001 From: santaspeen Date: Wed, 24 Jul 2024 16:40:53 +0300 Subject: [PATCH] Minor --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7c63c24..56678ef 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ ## Install -Download binaries from: WIP +Download binaries from: [HERE](https://git.anidev.ru/SantaSpeen/vmker/releases) ## Usage ```shell vmkey init # Настроить параметры -vmkey edit # Редактировать параметры +vmkey config # Редактировать параметры vmkey create template_name new_name [-n VMs count] [[-f ] ...] # Создание из template ``` @@ -28,7 +28,7 @@ source venv/bin/acvtivate ```shell python -m pip install -r requirements.txt python -m pip install pyinstaller -pyinstaller --noconfirm --onefile --console --name "vmkey" "./src/main.py" +pyinstaller --onefile -n vmkey main.py # cp dist/vmkey /bin/vmkey ```