Skip to content

Commit

Permalink
Updated installation command for .deb package
Browse files Browse the repository at this point in the history
  • Loading branch information
hwittenborn authored Jul 6, 2021
1 parent d666a79 commit c5e02f5
Showing 1 changed file with 1 addition and 4 deletions.
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

0 comments on commit c5e02f5

Please sign in to comment.