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
As of this writing, the best option to upgrade to the latest released version of Atom is to check out the most recent tag and build it, especially if you built it in the first place.
cd atom
git pull
git checkout v0.115.0
(or whatever the latest release is: https://github.com/atom/atom/releases)script/build
sudo script/grunt install