mirror of
https://github.com/therootcompany/greenlock-express.js.git
synced 2025-04-03 14:10:43 +00:00
update node installer instructions
This commit is contained in:
parent
477e7a07ec
commit
f2abc44601
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user