diff --git a/Developer-Install-Guide.md b/Developer-Install-Guide.md index dd170a8..c2e79e2 100644 --- a/Developer-Install-Guide.md +++ b/Developer-Install-Guide.md @@ -15,13 +15,13 @@ Run the install script ###### //TODO: Specific instructions for this platform #### Windows 10 -To set up the extension for development -$ git clone https://github.com/We-Dont-Byte/Mind_Reader.git -$ cd Mind_Reader -$ npm install +##### 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 . +##### To open the repository in VSCode +###### $ code . ### Linux