1
1
mirror of https://github.com/jarun/nnn.git synced 2024-09-11 13:06:14 +03:00

Fix #1529: fix improper piping

This commit is contained in:
Arun Prakash Jana 2022-11-25 19:48:45 +05:30
parent fbf9279973
commit 1de825b5bb
No known key found for this signature in database
GPG Key ID: A75979F35C080412

View 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`.