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
I would add that you should probably clean before updating the build to prevent some nasty errors.
cd atom git pull script/clean script/build sudo script/grunt install