1
0
réplica de https://github.com/therootcompany/greenlock-express.js.git sincronizado 2024-11-16 17:28:59 +00:00

update node installer instructions

Este cometimento está contido em:
AJ ONeal 2020-07-28 22:39:34 +00:00
ascendente 477e7a07ec
cometimento f2abc44601

Ver ficheiro

@ -104,8 +104,11 @@ 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 # Install the latest node, if needed (Mac, Linux)
curl -fsL bit.ly/node-installer | bash curl -fsS https://webinstall.dev/node | bash
# Windows 10
# curl -fsSA "MS" https://webinstall.dev/node | powershell
# Create your project, add Greenlock Express v4 # Create your project, add Greenlock Express v4
npm init npm init