mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
[yabridgectl] Mention sync --force in the readme
This commit is contained in:
@@ -60,17 +60,19 @@ yabridgectl status
|
|||||||
|
|
||||||
Lastly you can tell yabridgectl to set up or update yabridge for all of your
|
Lastly you can tell yabridgectl to set up or update yabridge for all of your
|
||||||
plugins at once using the commands below. Yabridgectl will warn you if it finds
|
plugins at once using the commands below. Yabridgectl will warn you if it finds
|
||||||
unrelated `.so` files that may have been left over after uninstalling a plugin.
|
unrelated `.so` files that may have been left after uninstalling a plugin. You
|
||||||
You can rerun the sync command with the `--prune` option to delete those files.
|
can rerun the sync command with the `--prune` option to delete those files. If
|
||||||
If you are using the default copy-based installation method, it will also verify
|
you are using the default copy-based installation method, it will also verify
|
||||||
that your search `PATH` has been set up correctly so you can get up and running
|
that your search `PATH` has been set up correctly so you can get up and running
|
||||||
faster.
|
faster.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
# Set up yabridge for all plugins found under the plugin locations
|
# Set up or update yabridge for all plugins found under the plugin locations
|
||||||
yabridgectl sync
|
yabridgectl sync
|
||||||
# Set up yabridge, and also remove any leftover .so files
|
# Set up or update yabridge, and also remove any leftover .so files
|
||||||
yabridgectl sync --prune
|
yabridgectl sync --prune
|
||||||
|
# Set up yabridge or update for all plugins, even if it would not be necessary
|
||||||
|
yabridgectl sync --force
|
||||||
```
|
```
|
||||||
|
|
||||||
## Alternatives
|
## Alternatives
|
||||||
|
|||||||
Reference in New Issue
Block a user