Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7a6d1c1

Browse files
committed
docs: Add instructions to homepage
1 parent 09f708f commit 7a6d1c1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,18 @@ Start running a local server to preview your site.
8080

8181
Here are some options below, otherwise there is a much longer list [here](https://gist.github.com/willurd/5720255).
8282

83-
- From docs directory.
83+
- Serve from docs directory.
8484
```bash
8585
$ cd docs
8686
$ python3 -m http.server 3000
8787
$ python2 -m SimpleHTTPServer 3000
8888
```
89-
- From project root.
89+
- Serve from project root.
9090
```bash
9191
$ # Requires Docsify CLI.
9292
$ docsify serve docs
93+
$ # Shorter form:
94+
$ make serve
9395
```
9496

9597
You can also add aliases to either your `~/.bashrc` or `~/.aliases` files to make them quick to use across projects.

0 commit comments

Comments
 (0)