Update README.md
This commit is contained in:
parent
6cf7993fa3
commit
3a9c660b5e
11
README.md
11
README.md
|
@ -25,7 +25,9 @@ This is a low-level library for implementing CLIs,
|
||||||
system tools, and abstracting storage backends (file vs db, etc).
|
system tools, and abstracting storage backends (file vs db, etc).
|
||||||
This is not the thing to use in your webserver directly.
|
This is not the thing to use in your webserver directly.
|
||||||
|
|
||||||
Are you planning to use one of these?
|
### Use [letsencrypt-express](https://github.com/Daplie/letsencrypt-express) if...
|
||||||
|
|
||||||
|
you are planning to use one of these:
|
||||||
|
|
||||||
* `express`
|
* `express`
|
||||||
* `hapi`
|
* `hapi`
|
||||||
|
@ -34,9 +36,9 @@ Are you planning to use one of these?
|
||||||
* raw `https`
|
* raw `https`
|
||||||
* raw `spdy`
|
* raw `spdy`
|
||||||
|
|
||||||
### Use [letsencrypt-express](https://github.com/Daplie/letsencrypt-express) instead!
|
### Use [letsencrypt-cli](https://github.com/Daplie/letsencrypt-cli) if...
|
||||||
|
|
||||||
Are you planning to use one of these?
|
You are planning to use one of these:
|
||||||
|
|
||||||
* `bash`
|
* `bash`
|
||||||
* `fish`
|
* `fish`
|
||||||
|
@ -44,14 +46,11 @@ Are you planning to use one of these?
|
||||||
* `cmd.exe`
|
* `cmd.exe`
|
||||||
* `PowerShell`
|
* `PowerShell`
|
||||||
|
|
||||||
### Use [letsencrypt-cli](https://github.com/Daplie/letsencrypt-cli) instead!
|
|
||||||
|
|
||||||
Install
|
Install
|
||||||
=======
|
=======
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install --save letsencrypt
|
npm install --save letsencrypt
|
||||||
npm install --global letsencrypt-cli
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
|
|
Loading…
Reference in New Issue