From df4f07db9a456644b6f0812d1e91126896a7f187 Mon Sep 17 00:00:00 2001 From: kayrus <kay.diam@gmail.com> Date: Thu, 13 Mar 2025 15:36:12 +0100 Subject: [PATCH] nit fix --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c0ce3f0..a5dbe0d 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,10 @@ Before using `nova-password` on Windows, make sure to source the OpenStack envir Before using `nova-password` on Linux or macOS, ensure that the OpenStack environment variables are sourced by running the `openrc.sh` script. ```sh -source ~/openrc.sh -nova-password --private-key-path ~/.ssh/id_rsa my-server +source ./openrc.sh +./nova-password --private-key-path ~/.ssh/id_rsa my-server # or -nova-password 717433dc-4c2e-4d62-9467-6dd3715b2c6c server-name +./nova-password 717433dc-4c2e-4d62-9467-6dd3715b2c6c server-name # or -nova-password my-server -i ~/.ssh/putty.ppk +./nova-password my-server -i ~/.ssh/putty.ppk ``` -- GitLab