diff --git a/docs/building-osx.md b/docs/building-osx.md index 6537f6940..8636bc89f 100644 --- a/docs/building-osx.md +++ b/docs/building-osx.md @@ -256,7 +256,7 @@ Go to ***BuildPath*** and run sudo make install cd .. - git clone https://github.com/desktop-app/tg_owt.git + git clone --recursive https://github.com/desktop-app/tg_owt.git cd tg_owt mkdir out cd out diff --git a/docs/building-xcode.md b/docs/building-xcode.md index a5b043ed5..c4706456f 100644 --- a/docs/building-xcode.md +++ b/docs/building-xcode.md @@ -298,7 +298,7 @@ Go to ***BuildPath*** and run sudo make install cd .. - git clone https://github.com/desktop-app/tg_owt.git + git clone --recursive https://github.com/desktop-app/tg_owt.git cd tg_owt mkdir out cd out