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

Update installing-atom.md #480

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions content/getting-started/sections/installing-atom.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ Alternatively, you can download the [Atom .rpm package](https://atom.io/download

``` command-line
# On YUM-based distributions
$ sudo yum install -y atom.x86_64.rpm
$ sudo yum install -y atom
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this still install using the .rpm file?


# On DNF-based distributions
$ sudo dnf install -y atom.x86_64.rpm
$ sudo dnf install -y atom
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same question as above?

```

##### SUSE (zypp)
Expand Down