mirror of
https://github.com/jarun/nnn.git
synced 2025-01-15 21:36:42 +00:00
Fix #1529: fix improper piping
This commit is contained in:
parent
fbf9279973
commit
1de825b5bb
|
@ -93,7 +93,7 @@ Notes:
|
||||||
The following command installs or updates (after backup) all plugins:
|
The following command installs or updates (after backup) all plugins:
|
||||||
|
|
||||||
```sh
|
```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`.
|
Plugins are installed to `${XDG_CONFIG_HOME:-$HOME/.config}/nnn/plugins`.
|
||||||
|
|
Loading…
Reference in a new issue