Clean up the installation instructions

Most references to symlinks have been removed since this only caused
confusion and yabridge 2.1.0 will no longer require manual PATH setup i
most cases.
This commit is contained in:
Robbert van der Helm
2020-11-20 14:01:39 +01:00
parent 18f15014e6
commit 1c2418d4d8
2 changed files with 54 additions and 63 deletions
+5 -2
View File
@@ -21,8 +21,11 @@ Versioning](https://semver.org/spec/v2.0.0.html).
### Changed
- Yabridge will now always search for `yabridge-host.exe` in
`~/.local/share/yabridge`, even if that directory is not in the search path.
This should make setup easier.
`~/.local/share/yabridge` even if that directory is not in the search path.
This should make setup easier. Because of this, the symlink-based installation
method does not have a lot of advantages over the copy-based method anymore
other than the fact that you can't forget to rerun `yabridgectl sync` after an
upgrade, so most references to it in the readme have been removed.
### Fixed