Skip to content

Update set_up_dev.md #2011

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 1, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions opensource/kitematic/set_up_dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To get started, you will need to install Node.js v4.2.1. Using Node Version Mana
### Windows:

1. Download <a href="https://github.com/coreybutler/nvm-windows/releases/"
target="_blank"> latest release </a>
target="_blank">latest release</a>.

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;
Expand All @@ -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:

Expand All @@ -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 <a href="https://github.com/creationix/nvm" target="_blank">macOS/Linux official nvm repo</a>, <a href="https://github.com/coreybutler/nvm-windows" target="_blank">Windows official nvm repo</a>, and <a href="https://www.digitalocean.com/community/tutorials/how-to-install-node-js-with-nvm-node-version-manager-on-a-vps" target="_blank">How To Install Node.js with NVM ON A VPS</a>)
(To learn more about working with NVM, see <a href="https://github.com/creationix/nvm" target="_blank">macOS/Linux official nvm repo</a>, <a href="https://github.com/coreybutler/nvm-windows" target="_blank">Windows official nvm repo</a>, and <a href="https://www.digitalocean.com/community/tutorials/how-to-install-node-js-with-nvm-node-version-manager-on-a-vps" target="_blank">How To Install Node.js with NVM ON A VPS</a>.)

## Install Node.js

Expand Down Expand Up @@ -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).
on an issue)](work_issue.md).