Created
October 29, 2020 10:07
-
-
Save aleksseven/e705c7b87464f752c18f5e6585fd4761 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Download package with wget. | |
wget -O- https://telegram.org/dl/desktop/linux | sudo tar xJ -C /opt/ | |
2. Create a symbolic link. | |
sudo ln -s /opt/Telegram/Telegram /usr/local/bin/telegram-desktop | |
3. Launch app from terminal. | |
telegram-desktop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment