Skip to content

Commit 8ebc7f6

Browse files
authored
Merge branch 'develop' into develop
2 parents 05399dc + 85c9c8f commit 8ebc7f6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/quickstart.md

Lines changed: 4 additions & 1 deletion
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)