From 570287066c565dcf4695173fd33e0d020019a808 Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Mon, 7 Mar 2022 13:20:56 -0500 Subject: [PATCH] README.md: document creating ~/.local/bin if it doesn't exist Suggestion from Hannes Kuchelmeister Fixes: #15 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index deeab1c..6b950d8 100644 --- a/README.md +++ b/README.md @@ -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 ```