From 2fb220985a8a48db1e78e33a51726f4e7ed1fac6 Mon Sep 17 00:00:00 2001 From: 23rd <23rd@vivaldi.net> Date: Fri, 18 Dec 2020 17:33:16 +0300 Subject: [PATCH] Updated doc for macOS. --- docs/building-osx.md | 2 +- docs/building-xcode.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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