Skip to content

Commit 4918292

Browse files
committed
[skip ci] fix Makefile command description
1 parent 75a1ec3 commit 4918292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ help:
3030
@echo " - make changelog: generate changelog"
3131
@echo " - make test: run the tests"
3232
@echo " - make docs: instantiate and build the documentation"
33-
@echo " - make vitepress: (for Windows OS only) start Vitepress site of documentation"
33+
@echo " - make vitepress: start Vitepress site of documentation"
3434
@echo " - make all: run every commands in the above order"
3535

3636
.PHONY: default setup format changelog test docs vitepress all help

0 commit comments

Comments
 (0)