Skip to content

Commit 7b54abb

Browse files
committed
README: git submoduleの存在しない初期化付きオプションを修正
1 parent 59ea4cb commit 7b54abb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ site_generator
88
```bash
99
$ git clone https://github.com/cpprefjp/site_generator.git
1010
$ cd site_generator
11-
$ git submodule update -i
11+
$ git submodule update --init
1212
```
1313

1414
## ローカルで動作を確認する
@@ -29,7 +29,7 @@ git clone https://github.com/cpprefjp/image.git cpprefjp/image
2929
# kunai 用のデータを生成する
3030
git clone https://github.com/cpprefjp/kunai.git
3131
cd kunai
32-
git submodule update -i
32+
git submodule update --init
3333
cd ..
3434
./kunai/docker.sh build
3535
./kunai/docker.sh install

0 commit comments

Comments
 (0)