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

Subscribe to Kentaro

Don’t miss out on the latest issues. Sign up now to get access to the library of members-only issues.
jamie@example.com
Subscribe