Skip to content

Commit

Permalink
Update README.md (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
SirMorfield authored Oct 7, 2023
1 parent d9ea636 commit 61bb530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 61bb530

Please sign in to comment.