From 6d578d9fed6bacbb4a90475c2628b1bfaba548bf Mon Sep 17 00:00:00 2001 From: Ahmad Awais Date: Thu, 31 May 2018 08:41:45 +0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20DOC:=20Better=20Getting=20Starte?= =?UTF-8?q?d?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cb50fa11..0a70487d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ list of self-contained, running extensions that show one or multiple concepts of # How to Run Locally -* `git clone` -* `cd vscode-extension-samples` -* `npm install` -* open VS Code and start a sample from the debug viewlet +* **Step #1**: `git clone https://github.com/Microsoft/vscode-extension-samples vscode-extension-samples` +* **Step #2**:`cd vscode-extension-samples` +* **Step #3**:`npm install` +* **Step #4**: Open [VSCode](https://code.visualstudio.com/) and start a sample from the debug viewlet.