Skip to content

Commit

Permalink
Merge pull request #1 from ThamesDev/patch-1
Browse files Browse the repository at this point in the history
Update installing-atom.md
  • Loading branch information
ThamesDev committed Jun 21, 2021
2 parents d666a79 + fe50243 commit b8fe951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/getting-started/sections/installing-atom.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ To install Atom on Debian, Ubuntu, or related distributions, add our official
package repository to your system by running the following commands:

``` command-line
$ wget -qO - https://packagecloud.io/AtomEditor/atom/gpgkey | sudo apt-key add -
$ wget -qO - https://packagecloud.io/AtomEditor/atom/gpgkey | gpg --dearmor | sudo tee /usr/share/keyrings/atom-archive-keyring.gpg
$ 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
```
Expand Down

0 comments on commit b8fe951

Please sign in to comment.