wget https://typora.io/linux/Typora-linux-x64.tar.gz
在 /etc/profile文件末尾, 添加
export PATH=/opt/typora/Typora-linux-x64:$PATH
也可以在 使用的 用户下, 修改 ./.bashrc文件
在末尾添加
export PATH=$PATH:/opt/typora/Typora-linux-x64/
但这种情况, 只能是 该用户可以使用 Typora, 其他用户不可以
参考文献
[1] https://blog.csdn.net/u011424614/article/details/94670629
[2] https://www.cnblogs.com/jmelody/p/12420010.html