Update README.md
This commit is contained in:
parent
ecb0bd8ed2
commit
1fda44d6ec
14
README.md
14
README.md
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue