Mention the new plain yabridgectl AUR package

Since having only a VCS version does make making breaking changes a bit
harder.
This commit is contained in:
Robbert van der Helm
2020-11-20 13:38:28 +01:00
parent b9b61e420f
commit 18f15014e6
2 changed files with 13 additions and 2 deletions
+10
View File
@@ -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
+3 -2
View File
@@ -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),