Updated Developer Install Guide (markdown)

Pedro Alvarez 2022-05-05 11:57:23 -05:00
parent a6ccc5928e
commit 203f94ae1b

@ -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