Update README.md

This commit is contained in:
AJ ONeal 2015-12-16 03:01:10 -08:00
parent ecb0bd8ed2
commit 1fda44d6ec
1 changed files with 13 additions and 1 deletions

View File

@ -4,7 +4,19 @@ CLI for node-letsencrypt modeled after the official client.
(IN-PROGRESS)
## Install
## Install Node
For Windows:
Choose **Stable** from <https://nodejs.org/en/>
For Linux and OS X:
```
curl -L bit.ly/iojs-min | bash
```
# Install LetsEncrypt
```bash
npm install -g letsencrypt-cli