Atomのアップデート方法

Atomをアップデートするたびに方法を探してしまうので備忘録として。

オフィシャルページのマニュアル

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 -> v0.176.0
上記の方法で問題なくアップデート完了