atom / flight-manual.atom.io

📖 Documentation for Atom, generated by nanoc, hosted by GitHub Pages
https://flight-manual.atom.io
Other
635 stars 1.54k forks source link

Updated installation command for .deb package #714

Closed hwittenborn closed 3 years ago

hwittenborn commented 3 years ago

The current setup involves running dpkg -i to install the .deb file, followed by apt-get -f to install dependencies.

This can be combined into a single step by just using sudo apt install ./atom-amd64.deb, which will install both the Atom package and dependencies in one command.