1. 程式人生 > >Install Typora on Linux

Install Typora on Linux


wget -qO - https://typora.io/linux/public-key.asc | sudo apt-key add -

# add Typora's repository
sudo add-apt-repository 'deb https://typora.io/linux ./'
sudo apt-get update

# install typora
sudo apt-get install typora

The warning can be silenced by using deb https://typora.io/linux ./ in /etc/apt/sources.list.