Skip to content

Commit

Permalink
docs: use teamgram-tdesktop source code
Browse files Browse the repository at this point in the history
  • Loading branch information
wubenqi committed Nov 20, 2022
1 parent 9ff93e3 commit 60f9973
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/building-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ You will require **api_id** and **api_hash** to access the Telegram API servers.

### Clone source code

git clone --recursive https://github.com/telegramdesktop/tdesktop.git
git clone --recursive https://github.com/teamgram/teamgram-tdesktop.git tdesktop

### Prepare libraries

Expand Down
4 changes: 2 additions & 2 deletions docs/building-mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Go to ***BuildPath*** and run
git config --global user.email "email@example.com"
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
git
sudo git clone --recursive https://github.com/teamgram/teamgram-tdesktop.git
./teamgram-tdesktop/Telegram/build/prepare/mac.sh
sudo git clone --recursive https://github.com/teamgram/teamgram-tdesktop.git tdesktop
./tdesktop/Telegram/build/prepare/mac.sh

### Building the project

Expand Down
2 changes: 1 addition & 1 deletion docs/building-win-x64.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Open **x64 Native Tools Command Prompt for VS 2022.bat**, go to ***BuildPath***

Open **x64 Native Tools Command Prompt for VS 2022.bat**, go to ***BuildPath*** and run

git clone --recursive https://github.com/telegramdesktop/tdesktop.git
git clone --recursive https://github.com/teamgram/teamgram-tdesktop.git tdesktop
tdesktop\Telegram\build\prepare\win.bat

## Build the project
Expand Down
2 changes: 1 addition & 1 deletion docs/building-win.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Open **x86 Native Tools Command Prompt for VS 2022.bat**, go to ***BuildPath***

Open **x86 Native Tools Command Prompt for VS 2022.bat**, go to ***BuildPath*** and run

git clone --recursive https://github.com/telegramdesktop/tdesktop.git
git clone --recursive https://github.com/teamgram/teamgram-tdesktop.git tdesktop
tdesktop\Telegram\build\prepare\win.bat

## Build the project
Expand Down

0 comments on commit 60f9973

Please sign in to comment.