You are not logged in.
I am a fan of the typora markdown editor. I can download the binary files but they also offer the following option:
# optional, but recommended
---
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BA300B7755AFCFAE
# add Typora's repository
sudo add-apt-repository 'deb https://typora.io/linux ./'
sudo apt-get update
# install typora
sudo apt-get install typora
---
I know this is for ubuntu, but since ubuntu is debian based, I was wondering if this could also be applied ti debian stretch? I guess not, but I don't know fir sure.
Any ideas?
UPDATE: sorry for the noice. It can. I just installed the repo. add-apt-repository was not available. I had to do a "sudo apt-get install software-properties-common" but after this, all went as expected.
Last edited by wammes (2018-09-08 08:20:25)
Offline
Nice that it worked for you. Debian advises against it with https://wiki.debian.org/DontBreakDebian but it’s okay to live a little on the edge sometimes! :-)
Offline