From 203f94ae1b56e744640ec4943492bdcc0bed57d0 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez <74581657+beggarprince@users.noreply.github.com> Date: Thu, 5 May 2022 11:57:23 -0500 Subject: [PATCH] Updated Developer Install Guide (markdown) --- Developer-Install-Guide.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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