Skip to content

Commit

Permalink
Changed apt-get to apt in the debian installation section of the read…
Browse files Browse the repository at this point in the history
…me file (#656)
  • Loading branch information
reyespinosa1996 authored and shiftkey committed Aug 10, 2024
1 parent aeea238 commit 5dd3b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ To setup the package repository, run these commands:
```sh
$ wget -qO - https://packagecloud.io/shiftkey/desktop/gpgkey | sudo tee /etc/apt/trusted.gpg.d/shiftkey-desktop.asc > /dev/null
$ sudo sh -c 'echo "deb [arch=amd64] https://packagecloud.io/shiftkey/desktop/any/ any main" > /etc/apt/sources.list.d/packagecloud-shiftkey-desktop.list'
$ sudo apt-get update
$ sudo apt update
```

Then install GitHub Desktop:
Expand Down

0 comments on commit 5dd3b8a

Please sign in to comment.