Skip to content

Commit

Permalink
update(docs): update the cmd of python setup serve in py2 and py3. (#…
Browse files Browse the repository at this point in the history
…1473)

add py3 cmd lines.
  • Loading branch information
Koooooo-7 committed Jan 9, 2021
1 parent e04e268 commit 85c9c8f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,12 @@ If you prefer to lock docsify to a specific version, specify the full version af

If you installed python on your system, you can easily use it to run a static server to preview your site.

```bash
```python2
cd docs && python -m SimpleHTTPServer 3000
```
```python3
cd docs && python -m http.server 3000
```

## Loading dialog

Expand Down

1 comment on commit 85c9c8f

@vercel
Copy link

@vercel vercel bot commented on 85c9c8f Jan 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.