Add deployment instructions for ZEIT Now

This commit is contained in:
Steven
2019-10-04 11:44:49 -04:00
committed by GitHub
parent 2fb5a1128e
commit c6fde53f91
+5
View File
@@ -129,3 +129,8 @@ frontend:
| /<*>.md | /<*>.md | 200 (Rewrite) |
| /<*> | /index.html | 200 (Rewrite) |
## ZEIT Now
1. Install [Now CLI](https://zeit.co/download), `npm i -g now`
2. Change directory to your docsify website, for example `cd docs`
3. Deploy with a single command, `now`