mirror of
https://git.coolaj86.com/coolaj86/greenlock-cli.js
synced 2025-02-22 11:18:05 +00:00
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…
x
Reference in New Issue
Block a user