Clarify that AUR installs don't require PATH setup

This commit is contained in:
Robbert van der Helm
2020-09-17 20:36:17 +02:00
parent 2ad78a94a4
commit 850e348bec
+6 -6
View File
@@ -131,12 +131,12 @@ update yabridge.
### Search path setup ### Search path setup
If you are using the _copy-based_ installation method with the prebuilt binaries If you're using the _copy-based_ installation method and you're not using any of
from GitHub's releases section, then you'll have to modify your _login shell_'s the AUR packages, then you'll have to modify your _login shell_'s `PATH`
`PATH` environment variable so that yabridge is able to find `yabridge-host.exe` environment variable so that yabridge is able to find the files in the directory
and other related files. Yabridgectl will automatically check whether this is you've extracted yabridge's files to. Yabridgectl will automatically check
set up correctly when you run `yabridgectl sync`, and it will show a warning if whether this is set up correctly when you run `yabridgectl sync`, and it will
it detects any issues. show a warning if it detects any issues.
To do this, you'll want to add yabridge's installation directory to your login To do this, you'll want to add yabridge's installation directory to your login
shell's `PATH` environment variable. If you're unsure what your login shell is, shell's `PATH` environment variable. If you're unsure what your login shell is,