We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79fc06c commit 770c99eCopy full SHA for 770c99e
1 file changed
deploy.md
@@ -93,11 +93,11 @@ server {
93
/* /index.html 200
94
```
95
96
-## ZEIT Now
+## Vercel
97
98
-1. 安装 [Now CLI](https://zeit.co/download) : `npm i -g now`
+1. 安装 [Vercel CLI](https://vercel.com/download) : `npm i -g vercel`
99
2. 切换到你的 docsify 网站的文档目录,例如 `cd docs`
100
-3. 用一个指令来部署: `now`
+3. 用一个指令来部署: `vercel`
101
102
## AWS Amplify
103
0 commit comments