From 112bf95560865cbc68563395a24a31a4beb16b59 Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Sun, 4 Sep 2016 11:49:49 +0200 Subject: [PATCH] Update README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 80df927..4f4f4e0 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,9 @@ Clone whole repository and in root directory execute: composer install npm install npm run compile +code . ``` -To install it in VS Code copy extension directory to **.vscode/extensions**. - -[Install extension in VS Code](https://code.visualstudio.com/docs/extensions/install-extension) +The last command will open the folder in VS Code. Hit `F5` to launch an Extension Development Host with the extension. ## Contributing