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 Apr 15, 2022
1 parent 477d73e commit f20b892
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 @@ -36,7 +36,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 f20b892

Please sign in to comment.