update docs

This commit is contained in:
AJ ONeal 2020-01-11 17:02:13 -07:00
부모 1df2bc0ad4
커밋 e5456249a2
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@ -104,6 +104,10 @@ 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
# Create your project, add Greenlock Express v4
npm init
npm install --save greenlock-express@v4
```