From 8bdf5f067e32b51fa6a17f7ffee550e309810ce4 Mon Sep 17 00:00:00 2001 From: KonerDev <105141148+KonerDev@users.noreply.github.com> Date: Fri, 29 Aug 2025 17:25:18 +0200 Subject: [PATCH] docs(setup): Fix cd path in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bff3bf0..aafe97c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Start by cloning this repository and navigating into its directory: ```bash git clone https://github.com/Xed-Editor/GitClient -cd pluginTemplate +cd GitClient mkdir -p sdk ```