Skip to content

Commit 3232c69

Browse files
Copilotpelikhan
andcommitted
Remove manual binary installation section from docs
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent 6ba74bd commit 3232c69

1 file changed

Lines changed: 0 additions & 30 deletions

File tree

docs/src/content/docs/troubleshooting/common-issues.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -33,36 +33,6 @@ curl -sL https://raw.githubusercontent.com/github/gh-aw/main/install-gh-aw.sh |
3333

3434
Find available versions at the [releases page](https://github.com/github/gh-aw/releases).
3535

36-
### Manual Binary Installation
37-
38-
If the install script doesn't work in your environment, you can manually download and install the binary:
39-
40-
```bash wrap
41-
# 1. Create installation directory
42-
mkdir -p ~/.local/share/gh/extensions/gh-aw
43-
44-
# 2. Download binary for your platform (use "latest" or a specific version)
45-
# Linux (amd64) - latest
46-
curl -L -o ~/.local/share/gh/extensions/gh-aw/gh-aw \
47-
https://github.com/github/gh-aw/releases/latest/download/linux-amd64
48-
49-
# macOS (arm64) - latest
50-
curl -L -o ~/.local/share/gh/extensions/gh-aw/gh-aw \
51-
https://github.com/github/gh-aw/releases/latest/download/darwin-arm64
52-
53-
# Or specify a version
54-
curl -L -o ~/.local/share/gh/extensions/gh-aw/gh-aw \
55-
https://github.com/github/gh-aw/releases/download/v0.40.0/linux-amd64
56-
57-
# 3. Make executable
58-
chmod +x ~/.local/share/gh/extensions/gh-aw/gh-aw
59-
60-
# 4. Verify installation
61-
~/.local/share/gh/extensions/gh-aw/gh-aw version
62-
```
63-
64-
Available platforms: `linux-amd64`, `linux-arm64`, `darwin-amd64`, `darwin-arm64`, `windows-amd64.exe`
65-
6636
### Extension Not Found After Installation
6737

6838
If you installed the extension but `gh aw` command is not found:

0 commit comments

Comments
 (0)