From 281b541655adfe70bf857471f88e0199d9f5992f Mon Sep 17 00:00:00 2001 From: Guillaume Archambault <67098259+Gu1llaum-3@users.noreply.github.com> Date: Sun, 20 Oct 2024 16:32:08 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19a627d..3752b51 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ SSH Manager (sshm) is a bash script that simplifies and automates the management 3. Move the script to a directory in your PATH, for example: ```bash - sudo mv sshm /usr/local/bin/ + sudo mv sshm.bash /usr/local/bin/sshm ``` ## Usage @@ -173,4 +173,4 @@ This project is licensed under the Apache License 2.0. See the [LICENSE](LICENSE ## Contributing -Contributions are welcome! Please open an issue or submit a pull request. \ No newline at end of file +Contributions are welcome! Please open an issue or submit a pull request.