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

reuse installlation information from wiki #788

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
14 changes: 2 additions & 12 deletions content/getting-started/sections/installing-atom.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,19 +75,9 @@ You can install Atom on Linux using your distribution's package manager by confi
##### Debian and Ubuntu (deb/apt)

To install Atom on Debian, Ubuntu, or related distributions, add our official
package repository to your system by running the following commands:
package repository to your system, more description :

``` command-line
$ wget -qO - https://packagecloud.io/AtomEditor/atom/gpgkey | sudo apt-key add -
$ sudo sh -c 'echo "deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main" > /etc/apt/sources.list.d/atom.list'
$ sudo apt-get update
```

You can now install Atom using `apt-get` (or `apt` on Ubuntu):

``` command-line
# Install Atom
$ sudo apt-get install atom
https://packagecloud.io/app/AtomEditor/atom/gpg#gpg-apt

# Install Atom Beta
$ sudo apt-get install atom-beta
Expand Down