Skip to content

Commit

Permalink
README.md: document creating ~/.local/bin if it doesn't exist
Browse files Browse the repository at this point in the history
Suggestion from Hannes Kuchelmeister

Fixes: #15
  • Loading branch information
owtaylor committed Mar 7, 2022
1 parent 64aa531 commit 5702870
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Installation
```
git clone https://github.com/owtaylor/toolbox-vscode.git
cd toolbox-vscode
[ -d ~/.local/bin ] || mkdir ~/.local/bin
ln -s "$PWD/code.sh" ~/.local/bin/code
```

Expand Down

0 comments on commit 5702870

Please sign in to comment.