From dfec72212826f16ea517b5f6f638580c296fdfe3 Mon Sep 17 00:00:00 2001 From: Troy Dai Date: Tue, 17 May 2016 14:56:20 -0700 Subject: [PATCH] Update development guide --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 851af36f20..b17682a459 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,11 @@ This version supports basic debugging capabilities. See http://aka.ms/vscclrdebugger for details. ### Development + +First install: +* Node.js (newer than 4.3.1) +* Npm (newer 2.14.12) + To **run and develop** do the following: * Run `npm i` @@ -35,7 +40,6 @@ To **run and develop** do the following: * *Optional:* run `tsc -w`, make code changes (on Windows, try `start node ".\node_modules\typescript\bin\tsc -w"`) * Press F5 to debug - ## License The Microsoft C# extension is subject to [these license terms](RuntimeLicenses/license.txt). The source code to this extension is available on [https://github.com/OmniSharp/omnisharp-vscode](https://github.com/OmniSharp/omnisharp-vscode) and licensed under the [MIT license](LICENSE.txt).