]> Sergey Matveev's repositories - nnn.git/commitdiff
Fix #1529: fix improper piping
authorArun Prakash Jana <engineerarun@gmail.com>
Fri, 25 Nov 2022 14:18:45 +0000 (19:48 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Fri, 25 Nov 2022 14:18:45 +0000 (19:48 +0530)
plugins/README.md

index bb27d059d9a6629d705342810ee18d756303d298..b7ef7d6bf94be0d8f7d12c8e3b781462bdca1728 100644 (file)
@@ -93,7 +93,7 @@ Notes:
 The following command installs or updates (after backup) all plugins:
 
 ```sh
-curl -Ls https://raw.githubusercontent.com/jarun/nnn/master/plugins/getplugs | sh
+sh -c "$(curl -Ls https://raw.githubusercontent.com/jarun/nnn/master/plugins/getplugs)"
 ```
 
 Plugins are installed to `${XDG_CONFIG_HOME:-$HOME/.config}/nnn/plugins`.