From 61bb530e8d771312945911b947838faffb62b1cf Mon Sep 17 00:00:00 2001 From: Joppe Koers <31915428+SirMorfield@users.noreply.github.com> Date: Sat, 7 Oct 2023 19:17:55 +0200 Subject: [PATCH] Update README.md (#203) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13e7318..a7bb718 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ As you know to access the command palette and introduce commands you can use *** **You need to claim ownership on Visual Studio Code's installation directory, by running this command**: ```sh -sudo chown -R $(whoami) $(which code) +sudo chown -R $(whoami) "$(which code)" sudo chown -R $(whoami) /usr/share/code ```