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 atomgit pullgit checkout v0.115.0 (or whatever the latest release is: https://github.com/atom/atom/releases)script/buildsudo script/grunt install