Skip to content

Instantly share code, notes, and snippets.

@emTr0
Last active February 16, 2017 06:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emTr0/81fb9d61e85db4e35759236b77d96ae8 to your computer and use it in GitHub Desktop.
Save emTr0/81fb9d61e85db4e35759236b77d96ae8 to your computer and use it in GitHub Desktop.
Installing Atom on Linux
# Install Atom
sudo dpkg -i atom-amd64.deb
# Install Atom's dependencies if they are missing
sudo apt-get -f install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment