Remove automatic pager functionality
This commit is contained in:
parent
35a880ae26
commit
1c9bb056e8
4 changed files with 2 additions and 63 deletions
10
README.md
10
README.md
|
@ -20,11 +20,6 @@ A Psalm of David.
|
|||
He makes me lie down in green pastures....
|
||||
```
|
||||
|
||||
If the requested passage is over 32 lines long, `esv` will pipe it through
|
||||
a pager (default less). The pager being used can be changed through the
|
||||
`ESV_PAGER` environment variable or just disabled altogether by passing the
|
||||
-P option.
|
||||
|
||||
The names of Bible books are not case sensitive, so John, john, and JOHN
|
||||
are all accepted.
|
||||
|
||||
|
@ -63,11 +58,6 @@ $ make
|
|||
# make install
|
||||
```
|
||||
|
||||
<!--
|
||||
By default the configure script looks for ldc and dmd in your PATH
|
||||
and optimises the command-line arguments based on the compiler.
|
||||
-->
|
||||
|
||||
## Documentation
|
||||
|
||||
All documentation is contained in the manual pages. To access them, you can run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue