update docs

这个提交包含在:
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
```