Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,17 @@ generally adopted into aMule shortly after.

## Installation

aMule ships pre-built binaries for every major desktop. Building from
aMule ships pre-built binaries for every major desktop system. Building from
source is also supported.

### Pre-built binaries (recommended)

Download the latest release for your platform from the
[Releases page]. Quick start:

* **Linux** — AppImage (any distro) or Flatpak: download, `chmod +x`, run.
* **Linux**
* Flatpak: `flatpak install ./appname.flatpak`
* AppImage: `chmod +x` and run
* **macOS** — Universal2 `.dmg`: download, drag to `/Applications`.
* **Windows** — choose either the **NSIS installer** `.exe` (Start-menu shortcuts, uninstaller, x64 / ARM64) or the **portable `.zip`** (no install, unzip and run).

Expand Down Expand Up @@ -140,6 +142,8 @@ second** (Mbps). To convert, multiply Mbps by **125**.
> downstream and 2 500 kB/s upstream. Set the limits to about
> 10 000 down / 2 000 up to stay below the line cap.

You may also want to change the per-slot bandwith limit, to speed up individual up- or downloads.

## Reporting Bugs

If you find a bug or miss a feature, please open an issue on
Expand Down
Loading