We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f708f commit 7a6d1c1Copy full SHA for 7a6d1c1
docs/README.md
@@ -80,16 +80,18 @@ Start running a local server to preview your site.
80
81
Here are some options below, otherwise there is a much longer list [here](https://gist.github.com/willurd/5720255).
82
83
-- From docs directory.
+- Serve from docs directory.
84
```bash
85
$ cd docs
86
$ python3 -m http.server 3000
87
$ python2 -m SimpleHTTPServer 3000
88
```
89
-- From project root.
+- Serve from project root.
90
91
$ # Requires Docsify CLI.
92
$ docsify serve docs
93
+ $ # Shorter form:
94
+ $ make serve
95
96
97
You can also add aliases to either your `~/.bashrc` or `~/.aliases` files to make them quick to use across projects.
0 commit comments