From 60067abf9a1c6e6f50c7dc2d36398faa985c9942 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Fri, 13 Aug 2021 11:41:43 +0200 Subject: [PATCH] Fix path to yabridgectl in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 69c0be18..5f29998d 100644 --- a/README.md +++ b/README.md @@ -110,9 +110,9 @@ Please let me know if there are any issues with other hosts. that `~/.local/share/yabridge/yabridgectl` exists. You can do this from the command line with `tar -C ~/.local/share -xavf yabridge-x.y.z.tar.gz`. 3. **Whenever any step below mentions running `yabridgectl `, - then you should run `~/.local/share/yabridgectl ` instead** - as `~/.local/share/yabridge` is not in your search path so your shell - won't know where to look for yabridge. + then you should run `~/.local/share/yabridge/yabridgectl ` + instead** as `~/.local/share/yabridge` is not in your search path so + your shell won't know where to look for yabridge. Alternatively, you can also add that directory to your shell's search path so you'll be able to run `yabridgectl` directly. If you don't know