Skip to content

Commit c6fde53

Browse files
authored
Add deployment instructions for ZEIT Now
1 parent 2fb5a11 commit c6fde53

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/deploy.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,8 @@ frontend:
129129
| /<*>.md | /<*>.md | 200 (Rewrite) |
130130
| /<*> | /index.html | 200 (Rewrite) |
131131

132+
## ZEIT Now
133+
134+
1. Install [Now CLI](https://zeit.co/download), `npm i -g now`
135+
2. Change directory to your docsify website, for example `cd docs`
136+
3. Deploy with a single command, `now`

0 commit comments

Comments
 (0)