How to upgrade Atom Editor on Linux?
atom-editor
Solution
Now, it looks like the easiest way is to download the new packaged version (.deb or .rpm) from the official releases and install it over your previous one: https://github.com/atom/atom/releases
Problem
What is the best way to upgrade atom on Linux Ubuntu ? I install atom using official doc ``` git clone https://github.com/atom/atom cd atom script/build sudo script/grunt install ```