Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Updated installation command for .deb package #714

Merged
merged 1 commit into from
Jul 27, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions content/getting-started/sections/installing-atom.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,7 @@ Alternatively, you can download the [Atom .deb package](https://atom.io/download

``` command-line
# Install Atom
$ sudo dpkg -i atom-amd64.deb
# Install Atom's dependencies if they are missing
$ sudo apt-get -f install
$ sudo apt install ./atom-amd64.deb
```

##### Red Hat and CentOS (YUM), or Fedora (DNF)
Expand Down