Skip to content

Commit b572209

Browse files
committed
chore: Update Make command
1 parent 196af7a commit b572209

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
serve:
1+
.PHONY: docs
2+
3+
docs:
24
docsify serve docs

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ Here are some options below, otherwise there is a much longer list [here](https:
9090
```bash
9191
$ # Requires Docsify CLI.
9292
$ docsify serve docs
93-
$ # Shorter form:
94-
$ make serve
93+
$ # Shorter form, from root of this project:
94+
$ make docs
9595
```
9696

9797
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)