Skip to content

Commit

Permalink
doc: mention to git submodules in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gfx committed Aug 9, 2024
1 parent 15adda1 commit 995fd57
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,13 @@ cloneする際には`--recursive`をつけてサブモジュールまでロー
git clone https://github.com/ensan-hcl/azooKey-Desktop --recursive
```

以下のスクリプトを用いて最新のコードをビルドしてください。`.pkg`によるインストールと同等になります。その後、上記の手順を行ってください。
以下のスクリプトを用いて最新のコードをビルドしてください。`.pkg`によるインストールと同等になります。その後、上記の手順を行ってください。また、submoduleが更新されている場合は `git submodule update --init` を行ってください。

```bash
# submoduleを更新
git submodule update --init

# ビルド&インストール
./install.sh
```

Expand Down

0 comments on commit 995fd57

Please sign in to comment.