We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cee3f7 commit 66280a0Copy full SHA for 66280a0
get-started/index.md
@@ -107,10 +107,10 @@ brew install github # GitHub Desktop App
107
# Github-Desktop on Homebrew is only supported for macOS
108
GHD_VERSION="3.3.12"
109
curl -L \
110
- https://github.com/shiftkey/desktop/releases/download/release-${GHD_VERSION}-linux1\
111
-/GitHubDesktop-linux-amd64-${GHD_VERSION}-linux1.deb \
+ https://github.com/shiftkey/desktop/releases/download/release-${GHD_VERSION}-linux1/GitHubDesktop-linux-amd64-${GHD_VERSION}-linux1.deb \
112
-o github-desktop.deb
113
sudo apt install ./github-desktop.deb
+rm ./github-desktop.deb
114
```
115
```PowerShell [Windows]
116
winget install --silent GitHub.GitHubDesktop
0 commit comments