diff --git a/CHANGELOG.md b/CHANGELOG.md index c7bce3d2..733cd1a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added + +- Added a separate + [yabridgectl](https://aur.archlinux.org/packages/yabridgectl/) AUR package for + Arch and Manjaro. The original idea was that yabridgectl would not require a + lot of changes and a single + [yabridgectl-git](https://aur.archlinux.org/packages/yabridgectl-git/) package + would be sufficient, but sometimes changes to yabridgectl will be incompatible + with the current release so it's safer to also have a normal package. + ### Changed - Yabridge will now always search for `yabridge-host.exe` in diff --git a/README.md b/README.md index 980dda32..1ce00e75 100644 --- a/README.md +++ b/README.md @@ -74,8 +74,9 @@ The easiest way to get up and running is through You can download yabridgectl from GitHub's [releases page](https://github.com/robbert-vdh/yabridge/releases). There is also an AUR package available if you're running Arch or Manjaro -([yabridgectl-git](https://aur.archlinux.org/packages/yabridgectl-git/), and -it's also included in +([yabridgectl](https://aur.archlinux.org/packages/yabridgectl/), +[yabridgectl-git](https://aur.archlinux.org/packages/yabridgectl-git/), and it's +also included in [yabridge-bin](https://aur.archlinux.org/packages/yabridge-bin/)). More comprehensive documentation on yabridgectl can be found in its [readme](https://github.com/robbert-vdh/yabridge/tree/master/tools/yabridgectl),