1
1
mirror of https://github.com/jarun/nnn.git synced 2024-10-26 14:28:31 +03:00

Fix in [Pager as opener]: make curl accept redirections

Thibault Lecailtel 2020-05-26 00:02:44 +02:00
parent a8ea86cd42
commit 99f919d0f0

@ -173,7 +173,7 @@ It would be convenient to have your pager choose how to view non-text files.
You could make your own customized pager handler or you could start by downloading:
`$ curl -O https://github.com/0xACE/lesspipe/raw/personal/lesspipe.sh`
`$ curl -OL https://github.com/0xACE/lesspipe/raw/personal/lesspipe.sh`
or `git clone https://github.com/0xACE/lesspipe` and then make sure you switch to the `personal` branch where some updates has been made.