【发布时间】:2014-07-14 17:10:38
【问题描述】:
在 Linux Ubuntu 上升级 atom 的最佳方式是什么? 我使用官方文档安装 atom
git clone https://github.com/atom/atom
cd atom
script/build
sudo script/grunt install
【问题讨论】:
-
只要
wget https://atom.io/download/deb -O /tmp/atom.deb && sudo dpkg -i /tmp/atom.deb。
标签: atom-editor