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 ```