update node installer instructions

This commit is contained in:
AJ ONeal 2020-07-28 22:39:34 +00:00
부모 477e7a07ec
커밋 f2abc44601
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

@ -104,8 +104,11 @@ Serving sites with Free SSL is as easy as 1, 2, 3... 4
## 1. Create your Project
```bash
# Install the latest node, if needed
curl -fsL bit.ly/node-installer | bash
# Install the latest node, if needed (Mac, Linux)
curl -fsS https://webinstall.dev/node | bash
# Windows 10
# curl -fsSA "MS" https://webinstall.dev/node | powershell
# Create your project, add Greenlock Express v4
npm init