1
0
miroir de https://github.com/therootcompany/greenlock.js.git synchronisé 2024-11-16 17:29:00 +00:00

use explicit versions

Cette révision appartient à :
AJ ONeal 2020-01-09 03:54:57 -07:00
Parent 18e39905ba
révision 8c11b56aa9

Voir le fichier

@ -402,8 +402,8 @@ Greenlock comes with reasonable defaults but when you install it,
you should also install any plugins that you need.
```bash
npm install --save @root/greenlock
npm install --save greenlock-manager-fs
npm install --save @root/greenlock@v4
npm install --save @greenlock/manager
npm install --save greenlock-store-fs
npm install --save acme-http-01-standalone
```