Atomのアップデート方法
Atom [https://atom.io/]をアップデートするたびに方法を探してしまうので備忘録として。
オフィシャルページのマニュアル
[https://github.com/atom/atom/blob/master/docs/build-instructions/linux.md]
git clone https://github.com/atom/atom
cd atom
git fetch -p
git checkout $(git describe --tags `git rev-list --tags --max-count=1`)
script/build
sudo script/grunt install
*** 2015-02-02 update ***
v0.175.0