Mike Milkman
2705068603
Merge 9773734707
into bee7b9970e
2017-04-24 04:49:41 +00:00
Peter Dave Hello
bee7b9970e
[Docs] Remove archlinux python tips in "Problems"
...
This is not working at all.
2017-04-23 23:33:42 +08:00
Peter Dave Hello
f38d21c529
[Docs] Improve "Problems" README section readability
2017-04-13 17:56:46 +08:00
Jordan Harband
ec2b02e187
npm run doctoc
2017-04-12 16:11:01 -07:00
rouzbeh84
0f25994c8e
[Docs] git install update
...
- added git as the last method before full manual install.
- added the directory on `git clone` command
- added the `git checkout v0.33.1` as the -v gets updated automatically
2017-04-06 16:23:50 -07:00
Piper Chester
65aedc105a
[Docs] capitalize C++
2017-04-08 09:16:54 -07:00
Peter Dave Hello
7bd7a35cb2
[Docs] Improve nvm usage examples
...
Correct two double [tab] and try to improve its readability
2017-04-06 00:36:13 +08:00
Yanick Champoux
d4e3f0943b
[Docs] add 'fnm' as part of the fish alternatives
2017-04-04 15:01:39 -04:00
Peter Dave Hello
5776cc952a
[copyright] update to 2017
2017-03-29 17:54:15 +08:00
Peter Dave Hello
9a6e657e53
[Docs] Remove curl --compressed
notes since we added its detection
2017-03-29 17:51:23 +08:00
Ægir Örn Símonarson
4411abf82e
[Docs] Add Mac OS "troubleshooting" to README
...
It has a section on nvm node version not being found in vim.
2017-03-29 19:04:31 -07:00
Peter Dave Hello
a36af70571
[Docs] Update issue #900 title in README.markdown
2017-03-28 22:47:34 +08:00
Peter Dave Hello
6a3b1dd2c3
[New] Enable curl auto compression/decompression
...
Enable `--compressed` parameter on curl to automatically enable
compression on request content by sending coressponding header, if the
server side supports compression format like deflate or gzip, curl will
also decompress the content automatically, so there is no additional
works need to done manually on client side, but just enjoy the benifits
of bandwidth and time saving!
Take https://nodejs.org/dist/index.tab as an example which is last
modified on Tue, 14 Mar 2017 22:41:05 GMT, the compressed transmission
only take 4829 bytes howevet the not compressed on taks 48000 bytes,
which is about 10 times larger!
This feature can be traced back to Sep 3 2002, in curl commit:
- 64bbe9dfaf
So should be supported on various versions widely.
2017-03-23 16:51:20 +08:00
Peter Dave Hello
039afb9470
[Docs] Update Installation section
...
1. If we are not going to install nodejs or io.js from source, we may
not need to have c++ compiler or libssl-dev package
2. the `build-essential` and `libssl-dev` packages should work on all
the Debian and Ubuntu based GNU/Linux distros
3. Remove useless blank lines
2017-03-16 04:22:29 +08:00
Alex Ryan
257f16fb13
[Docs] fi README typo
2017-03-13 03:16:08 -07:00
Peter Dave Hello
f8aaa32d17
README minor adjustment, generate "Table of Content" via doctoc
2017-02-27 18:33:41 +08:00
Jordan Harband
6669e91bd8
v0.33.1
2017-02-20 17:59:20 -08:00
Robin Schneider
1b8b7b31ed
Add CII best practices badge
...
Thanks to @ljharb for applying for it!
Related to: #1395
2017-02-12 11:00:10 +01:00
butlerx
f1a5f2a15f
[Docs] [Fix] zsh autochange: only nvm install
if we can’t nvm use
2016-12-19 12:00:47 +00:00
Jordan Harband
40e40975eb
v0.33.0
2016-12-29 21:22:13 -10:00
Peter Dave Hello
2af47b0034
[Docs] Remove mixed addtional indent in the Bash completion codeblock
2016-12-03 21:33:54 +08:00
Peter Dave Hello
7c0dc2be68
[Docs] Make the indent in readme consistenly use soft tabs
2016-12-03 21:32:41 +08:00
Peter Dave Hello
d5340539d9
[Docs] Link version badge to the release page
2016-12-02 19:33:48 +08:00
Peter Dave Hello
26fec8035f
[Docs] update alpine environment installation info
2016-11-28 02:43:59 +08:00
Peter Dave Hello
c58540666d
[Docs] update readme about compile nodejs v0.10+ from src
2016-11-27 21:21:49 +08:00
Peter Dave Hello
7ed1e71944
[Refactor] Add missing backslash for dots
...
Related: #1279 , 2a2b8bd
, cadbbce
2016-11-24 13:47:20 +08:00
Peter Dave Hello
e47b313b85
[readme] Auto install not exist version in zsh .nvmrc script
...
Fixes #1272 .
2016-11-14 19:44:55 +08:00
Mike Milkman
9773734707
Add --silent option to version auto switch commands
2016-04-22 15:42:03 +03:00
Mike Milkman
e5bd2787ac
Add more details on how to auto switch node version for nvm users which also use rvm
2016-04-21 21:46:39 +03:00
Mike Milkman
ac7e0a8dee
Use .nvmrc file to to switch node version
2016-04-21 21:40:19 +03:00
Mike Milkman
6dbf497000
Update version auto switching for .bashrc to use proper version on opening new terminal tab
2016-04-19 16:41:59 +03:00
Mike Milkman
ce9e502964
Fix .bash_profile file name
2016-04-19 15:59:41 +03:00
Mike Milkman
a05f8c0358
Add info how to enable version auto switching using .bashrc file
2016-04-19 15:56:45 +03:00
igrayson
6299cba467
Update README.markdown
...
Add mention for ~/.bashrc
2016-04-02 16:48:37 -07:00
Vincent Tunru
b6f160a7b3
Fixes #995 : Add example .nvmrc to the README
2016-03-27 00:15:31 +01:00
Frankie Bagnardi
d03f575446
Adds fast-nvm-fish to README
2016-03-17 14:14:21 -07:00
flowmemo
d8a3b074a6
fixed the number of alternatives in Windows in README.markdown
2016-03-11 23:31:28 +08:00
Whitney Young
972be30a1a
Add link to avn
...
Also, clarified the existing shell integration intro text.
2016-03-08 19:48:27 -08:00
Tobias Witt
ae70d558cb
Add section about "Deeper shell integration"
...
Also adds a snippet for zsh user to auto-issue `nvm use` when entering a
directory.
2016-03-08 18:44:30 +01:00
Adam Patridge
e76221fd15
Added note about OSX's missing .bash_profile file.
2016-03-03 14:01:23 -07:00
Jordan Harband
2176894a5b
v0.31.0
2016-02-15 09:18:15 -08:00
gmisra
8a20234586
Document how to reload nvm after upgrading
2016-02-09 19:12:22 -08:00
Jordan Harband
21c3727955
v0.30.2
2016-01-21 00:23:01 -08:00
Dwayne Crooks
1e1a005a53
[Docs] Add manual upgrade instructions to README.markdown
2016-01-16 07:01:46 -04:00
Jordan Harband
0aa3118de3
v0.30.1
2015-12-28 12:46:41 -08:00
Jordan Harband
8ec056f768
v0.30.0
2015-12-27 23:19:14 -08:00
thelostspore
1a6f85da46
README: troubleshooting scenario and homebrew unsupported note
2015-12-27 12:55:35 -08:00
Tom Byrer
2a8caf48e8
del nvmw link
...
Seems to be abandoned:
- https://github.com/hakobera/nvmw/issues/67
- https://github.com/hakobera/nvmw/issues/66
- https://github.com/hakobera/nvmw/issues/69
2015-12-13 18:16:14 -07:00
Daniel Kmak
896199facc
Update README.markdown and LICENSE.md
2015-12-12 20:00:49 +01:00
Riyadh Al Nur
dbe2a1b2b4
Updated README
...
Updated README to inform OSX users that XCode doesn't need to be installed in order to get stsrted using `nvm`.
Fixes #921
2015-12-05 13:52:30 +06:00