From 8bedcbb9972e3c5ababc3149a0739ba9f0986925 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Tue, 21 Apr 2020 15:34:01 +0200 Subject: [PATCH] Reformat example installation oneliner in readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b9561c90..9cbf865d 100644 --- a/README.md +++ b/README.md @@ -58,10 +58,10 @@ oneliner in Bash. This will also skip any `.dll` files that are not actually VST plugins. ```shell -find "$HOME/.wine/drive_c/Program Files/Steinberg/VstPlugins" -type f -iname '*.dll' -print0 \ - | xargs -0 -P8 -I{} bash -c "(winedump -j export '{}' | grep -qE 'VSTPluginMain|main|main_plugin') && printf '{}\0'" \ - | sed -z 's/\.dll$/.so/' \ - | xargs -0 -n1 ln -sf ~/.local/share/yabridge/libyabridge.so +find "$HOME/.wine/drive_c/Program Files/Steinberg/VstPlugins" -type f -iname '*.dll' -print0 | + xargs -0 -P8 -I{} bash -c "(winedump -j export '{}' | grep -qE 'VSTPluginMain|main|main_plugin') && printf '{}\0'" | + sed -z 's/\.dll$/.so/' | + xargs -0 -n1 ln -sf ~/.local/share/yabridge/libyabridge.so ``` ### Copying