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