Skip to content

Commit

Permalink
fix: update building-linux.md
Browse files Browse the repository at this point in the history
Related by changing the Docker image repository
  • Loading branch information
Vanger69 authored Jan 17, 2025
1 parent f4ceb34 commit efa4c2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/building-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Go to ***BuildPath*/tdesktop** and run

docker run --rm -it \
-v "$PWD:/usr/src/tdesktop" \
tdesktop:centos_env \
ghcr.io/telegramdesktop/tdesktop/centos_env:latest \
/usr/src/tdesktop/Telegram/build/docker/centos_env/build.sh \
-D TDESKTOP_API_ID=2040 \
-D TDESKTOP_API_HASH=b18441a1ff607e10a989891a5462e627
Expand All @@ -27,7 +27,7 @@ Or, to create a debug build, run
docker run --rm -it \
-v "$PWD:/usr/src/tdesktop" \
-e CONFIG=Debug \
tdesktop:centos_env \
ghcr.io/telegramdesktop/tdesktop/centos_env:latest \
/usr/src/tdesktop/Telegram/build/docker/centos_env/build.sh \
-D TDESKTOP_API_ID=2040 \
-D TDESKTOP_API_HASH=b18441a1ff607e10a989891a5462e627
Expand Down

0 comments on commit efa4c2c

Please sign in to comment.