From e93ab53285e972fad8b2d5fa0e5e4aa07dec720c Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Tue, 28 Feb 2017 15:43:59 +0800 Subject: [PATCH] Update set_up_dev.md Add periods (.) in some steps. --- opensource/kitematic/set_up_dev.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/opensource/kitematic/set_up_dev.md b/opensource/kitematic/set_up_dev.md index 97d11f8cbc6..2e5bc82afac 100644 --- a/opensource/kitematic/set_up_dev.md +++ b/opensource/kitematic/set_up_dev.md @@ -19,7 +19,7 @@ To get started, you will need to install Node.js v4.2.1. Using Node Version Mana ### Windows: 1. Download latest release +target="_blank">latest release. 2. Follow the installer steps to get NVM installed. Please note, you need to uninstall any existing versions of node.js before installing NVM for Windows; @@ -29,7 +29,7 @@ the above installer link will have an uninstaller available. ### macOS/Linux: -1. Open a terminal window +1. Open a terminal window. 2. Copy and paste the following install script: @@ -39,9 +39,9 @@ the above installer link will have an uninstaller available. 3. To activate nvm, close the terminal window and re-open a new one. - (Alternatively, you can source nvm from your current shell with the command `. ~/.nvm/nvm.sh` ) + (Alternatively, you can source nvm from your current shell with the command `. ~/.nvm/nvm.sh`.) -(To learn more about working with NVM, see macOS/Linux official nvm repo, Windows official nvm repo, and How To Install Node.js with NVM ON A VPS) +(To learn more about working with NVM, see macOS/Linux official nvm repo, Windows official nvm repo, and How To Install Node.js with NVM ON A VPS.) ## Install Node.js @@ -178,4 +178,4 @@ The `components` folder is where the layout files are, the `stores` represent th ## Where to go next You are ready to start working on the issue. Go to [Develop in Kitematic (work -on an issue)](work_issue.md). \ No newline at end of file +on an issue)](work_issue.md).