From d39dbb7b8f1b10a3e9bb7d4887759a96cf0f940b Mon Sep 17 00:00:00 2001 From: Pedro Alvarez <74581657+beggarprince@users.noreply.github.com> Date: Thu, 5 May 2022 11:54:49 -0500 Subject: [PATCH] Updated Developer Install Guide (markdown) --- Developer-Install-Guide.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Developer-Install-Guide.md b/Developer-Install-Guide.md index e595841..dd170a8 100644 --- a/Developer-Install-Guide.md +++ b/Developer-Install-Guide.md @@ -15,7 +15,13 @@ Run the install script ###### //TODO: Specific instructions for this platform #### Windows 10 -###### //TODO: Specific instructions for this platform +To set up the extension for development +$ git clone https://github.com/We-Dont-Byte/Mind_Reader.git +$ cd Mind_Reader +$ npm install + +To open the repository in VSCode +$ code . ### Linux