David Gatti
a7b7eec0c5
[Docs] Added missing piece
...
This sentence broke my brain when I read it the first time :) I hope this helps.
7 years ago
Jordan Harband
b546436113
v0.33.6
7 years ago
Darío Hereñú
016bc134d5
Typo
7 years ago
Christopher Beland
a954458829
[Docs] Improve git installation instructions
7 years ago
Jordan Harband
6597e11971
v0.33.5
7 years ago
Peter Dave Hello
7753b24948
[Docs] Update README.md for Alpine linux reference
...
Add 4 packages as Alpine Linux wiki suggested:
(grep util-linux binutils findutils)
https://wiki.alpinelinux.org/wiki/How_to_get_regular_stuff_working
8 years ago
Jordan Harband
d91b6197f3
v0.33.4
8 years ago
Jordan Harband
6f19babbff
v0.33.3
8 years ago
GeekBlogTV
b3bdbb2712
[Docs] updated to reflect current script output
8 years ago
Mike Ferrari
6921adb2f4
[Docs] add note about Linux troubleshooting
8 years ago
Peter Dave Hello
f37ddea78f
[Docs] Fix typos in Docker instructions
8 years ago
Peter Dave Hello
3ac49e5ef1
[New] Introduce Docker environment for nvm
8 years ago
Shiva Bhusal
d2644b22f9
[Docs] Install script - Improve installation guide
...
If installation is prompted to be successful, yet `which nvm` command returns `not found` then you might need to restart your terminal instance. Try opening a new tab/window in your terminal and retry.
8 years ago
Jordan Harband
3497474fef
[Docs] move the install script to the top; put the notes in a separate section.
8 years ago
Weston Ganger
7f3145bc98
[New] add support for `$NVM_DIR/default-packages` file
8 years ago
Jordan Harband
0a95e77000
v0.33.2
8 years ago
Piper Chester
964c7b3115
[Docs] README.markdown → README.md
8 years ago
Peter Dave Hello
bee7b9970e
[Docs] Remove archlinux python tips in "Problems"
...
This is not working at all.
8 years ago
Peter Dave Hello
f38d21c529
[Docs] Improve "Problems" README section readability
8 years ago
Jordan Harband
ec2b02e187
npm run doctoc
8 years ago
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
8 years ago
Piper Chester
65aedc105a
[Docs] capitalize C++
8 years ago
Peter Dave Hello
7bd7a35cb2
[Docs] Improve nvm usage examples
...
Correct two double [tab] and try to improve its readability
8 years ago
Yanick Champoux
d4e3f0943b
[Docs] add 'fnm' as part of the fish alternatives
8 years ago
Peter Dave Hello
5776cc952a
[copyright] update to 2017
8 years ago
Peter Dave Hello
9a6e657e53
[Docs] Remove curl `--compressed` notes since we added its detection
8 years ago
Æ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.
8 years ago
Peter Dave Hello
a36af70571
[Docs] Update issue #900 title in README.markdown
8 years ago
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.
8 years ago
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
8 years ago
Alex Ryan
257f16fb13
[Docs] fi README typo
8 years ago
Peter Dave Hello
f8aaa32d17
README minor adjustment, generate "Table of Content" via doctoc
8 years ago
Jordan Harband
6669e91bd8
v0.33.1
8 years ago
Robin Schneider
1b8b7b31ed
Add CII best practices badge
...
Thanks to @ljharb for applying for it!
Related to: #1395
8 years ago
butlerx
f1a5f2a15f
[Docs] [Fix] zsh autochange: only `nvm install` if we can’t `nvm use`
8 years ago
Jordan Harband
40e40975eb
v0.33.0
8 years ago
Peter Dave Hello
2af47b0034
[Docs] Remove mixed addtional indent in the Bash completion codeblock
8 years ago
Peter Dave Hello
7c0dc2be68
[Docs] Make the indent in readme consistenly use soft tabs
8 years ago
Peter Dave Hello
d5340539d9
[Docs] Link version badge to the release page
8 years ago
Peter Dave Hello
26fec8035f
[Docs] update alpine environment installation info
8 years ago
Peter Dave Hello
c58540666d
[Docs] update readme about compile nodejs v0.10+ from src
8 years ago
Peter Dave Hello
7ed1e71944
[Refactor] Add missing backslash for dots
...
Related: #1279 , 2a2b8bd
, cadbbce
8 years ago
Peter Dave Hello
e47b313b85
[readme] Auto install not exist version in zsh .nvmrc script
...
Fixes #1272 .
8 years ago
Peter Dave Hello
61ae478c38
[Doc] Add current version on the top of README
8 years ago
Qiangjun Ran
2a2b8bdeb3
[Robustness] use backslash when sourcing in case of overridden dot
...
Fixes #1278 .
8 years ago
Peter Dave Hello
f3cddf8271
[Doc] Bold leading "Note:" in readme for readability
8 years ago
Jordan Harband
589a9112bd
v0.32.1
8 years ago
sunxiaobo
a338f98a5a
accerlate nvm invoke when change directory
8 years ago
Joseph Frazier
7ca1186dbc
Fix "Manual upgrade" link in readme
8 years ago
Peter Dave Hello
8b3cf6cbcb
add a menu for readme for easier readability
9 years ago