diff --git a/docs/docs/get_started/overview.md b/docs/docs/get_started/overview.md index b9ea1d7f..e5209f09 100644 --- a/docs/docs/get_started/overview.md +++ b/docs/docs/get_started/overview.md @@ -40,6 +40,9 @@ git clone https://github.com/Commit-Boost/commit-boost-client # Stable branch has the latest released version git checkout stable + +# Init submodules +git submodule update --init --recursive ``` :::note