Skip to content

Commit f097c34

Browse files
committed
fix(readme): Installationの手順にnpm install, npm install -g gulpを追加
1 parent af7560f commit f097c34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Asciidocを使い書かれています。
1212

1313
``` sh
1414
gem install asciidoctor coderay
15+
npm install -g gulp
16+
npm install
1517
make html
1618
open index.html
1719
```

0 commit comments

Comments
 (0)