From 6048c11791c5828ca250d61b04eff632aa69234d Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Thu, 11 Sep 2025 18:00:48 +0900 Subject: [PATCH] Readme update --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 140a119..56741c6 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,12 @@ Planned to get auto fixes for wrong ACL, etc or missing config settings A SSH Key has to be generated for each git respository that will be synced and the configuration has to be added to the ssh config file ```sh -create_ssh_config.sh [SSH Key name] [repo url full] ([jump proxy]) +create_ssh_config.sh [repo url full] ([jump proxy]) ``` +> [!notice] +> This will currently output the command to create the SSH key and the host config to add to the ssh config file + ### new_clone.sh Create a new clone