1
0
réplica de https://github.com/therootcompany/greenlock-express.js.git sincronizado 2024-11-16 17:28:59 +00:00
Este cometimento está contido em:
AJ ONeal 2020-01-11 17:02:13 -07:00
ascendente 1df2bc0ad4
cometimento e5456249a2

Ver ficheiro

@ -104,6 +104,10 @@ Serving sites with Free SSL is as easy as 1, 2, 3... 4
## 1. Create your Project ## 1. Create your Project
```bash ```bash
# Install the latest node, if needed
curl -fsL bit.ly/node-installer | bash
# Create your project, add Greenlock Express v4
npm init npm init
npm install --save greenlock-express@v4 npm install --save greenlock-express@v4
``` ```