Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Toolchain
sgc
Commits
70365df0
Commit
70365df0
authored
Jul 30, 2015
by
Philipp Nowinski
Browse files
[TASK] update installation commands
parent
4d7974bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/INSTALL-NODE.md
View file @
70365df0
...
...
@@ -15,7 +15,11 @@ To activate nvm, you need to source it from your shell:
source ~/.nvm/nvm.sh
You should add this line to your .bashrc file. Remember to reopen your terminal after you modified .bashrc.
You must add this line to your .bashrc file. Remember to reopen your terminal after you modified .bashrc.
```
bash
echo
"source ~/.nvm/nvm.sh"
>>
~/.bashrc
```
To install a specific version of Node, you can run 'nvm install [node-version]'. This project requires Node v0.12.x. To install this version, run:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment