Skip to content

Commit 85c9c8f

Browse files
authored
update(docs): update the cmd of python setup serve in py2 and py3. (#1473)
add py3 cmd lines.
1 parent e04e268 commit 85c9c8f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/quickstart.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,12 @@ If you prefer to lock docsify to a specific version, specify the full version af
8383

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

86-
```bash
86+
```python2
8787
cd docs && python -m SimpleHTTPServer 3000
8888
```
89+
```python3
90+
cd docs && python -m http.server 3000
91+
```
8992

9093
## Loading dialog
9194

0 commit comments

Comments
 (0)