From c5e02f50c4a5499fc34ec2e953e44771fe4d4403 Mon Sep 17 00:00:00 2001 From: Hunter Wittenborn Date: Tue, 6 Jul 2021 04:28:27 -0500 Subject: [PATCH] Updated installation command for .deb package --- content/getting-started/sections/installing-atom.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/content/getting-started/sections/installing-atom.md b/content/getting-started/sections/installing-atom.md index 62faa36106..640dcae50d 100644 --- a/content/getting-started/sections/installing-atom.md +++ b/content/getting-started/sections/installing-atom.md @@ -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)