Skip to content
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

[Docs] Update Installation section #1431

Merged
merged 1 commit into from
Mar 19, 2017
Merged

Conversation

PeterDaveHello
Copy link
Collaborator

  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

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
README.markdown Outdated
@@ -31,7 +31,7 @@

## Installation

First you'll need to make sure your system has a c++ compiler. For OS X, Xcode will work, for Ubuntu, the `build-essential` and `libssl-dev` packages work.
If you're going to install nodejs or io.js from its source code, you'll need to make sure your system has a c++ compiler. For OS X, Xcode will work, for Debian/Ubuntu based GNU/Linux, the `build-essential` and `libssl-dev` packages work.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should specify here that "installing from its source code" is only necessary when there is not a prepackaged binary available for your system.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated!

README.markdown Outdated
@@ -31,7 +31,7 @@

## Installation

First you'll need to make sure your system has a c++ compiler. For OS X, Xcode will work, for Ubuntu, the `build-essential` and `libssl-dev` packages work.
If you're running a system without prepackaged binary available, which means you'll going to install nodejs or io.js from its source code, you need to make sure your system has a c++ compiler. For OS X, Xcode will work, for Debian/Ubuntu based GNU/Linux, the `build-essential` and `libssl-dev` packages work.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/you'll going/you're going

@ljharb ljharb merged commit 039afb9 into nvm-sh:master Mar 19, 2017
@PeterDaveHello PeterDaveHello deleted the readme branch March 19, 2017 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants