Skip to content

Commit 971396f

Browse files
Add AUR installation instructions to README
1 parent 12551f7 commit 971396f

1 file changed

Lines changed: 23 additions & 9 deletions

File tree

README.md

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,29 @@ For more detail, see [docs/ARCHITECTURE.md](docs/ARCHITECTURE.md).
107107
| Drag & Drop | dnd-kit |
108108
| Testing | Vitest, React Testing Library, Rust `#[test]` |
109109

110-
## Requirements
110+
## Installation
111+
112+
### Arch Linux (AUR)
113+
114+
```bash
115+
yay -S gosh-fetch-bin
116+
```
117+
118+
Available as [`gosh-fetch-bin`](https://aur.archlinux.org/packages/gosh-fetch-bin) on the AUR. Installs the prebuilt AppImage with a desktop entry, icons, `.torrent` file association, and `magnet:` URI handler.
119+
120+
### Other Linux / Windows / macOS
121+
122+
Download the latest release from the [Releases](https://github.com/goshitsarch-eng/Gosh-Fetch/releases) page.
123+
124+
| Platform | Formats |
125+
|----------|---------|
126+
| Linux | AppImage, .deb, .rpm |
127+
| macOS | .dmg |
128+
| Windows | NSIS installer, portable |
129+
130+
## Building from Source
131+
132+
### Requirements
111133

112134
### All Platforms
113135

@@ -151,14 +173,6 @@ npm test # Frontend tests (Vitest)
151173
cargo test --manifest-path src-rust/Cargo.toml # Rust tests
152174
```
153175

154-
### Build Outputs
155-
156-
| Platform | Formats |
157-
|----------|---------|
158-
| Linux | AppImage, .deb, .rpm |
159-
| macOS | .dmg |
160-
| Windows | NSIS installer, portable |
161-
162176
## Usage
163177

164178
1. **Add Download** -- Click "Add Download" or press `Ctrl+N`. Enter a URL, magnet link, or browse for a `.torrent` file. Expand "Advanced Options" for filename, directory, speed limit, headers, priority, checksum, mirrors, and more.

0 commit comments

Comments
 (0)