Skip to content

Commit eaa300a

Browse files
committed
Update gitbook command to avoid installing gitbook
1 parent eae842a commit eaa300a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ re-generating the html files at the root of the repo.
77
<!---
88
Here is what I run:
99
10-
$ gitbook build && rm -rf gitbook styles && mv _book/* .
10+
$ node_modules/.bin/gitbook build && rm -rf gitbook styles && mv _book/* .
1111
-->

0 commit comments

Comments
 (0)