From 1de825b5bb67a258f2f5a2298ff8c0fedee80d11 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Fri, 25 Nov 2022 19:48:45 +0530 Subject: [PATCH] Fix #1529: fix improper piping --- plugins/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/README.md b/plugins/README.md index bb27d059..b7ef7d6b 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -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`.