readme: formatting for rlwrap command snippet

pull/95/head
redfish 8 years ago
parent d3363d573e
commit fcd895051a

@ -237,6 +237,10 @@ TAILS ships with a very restrictive set of firewall rules. Therefore, you need t
## Using readline
While bitmonerod and simplewallet do not use readline directly, most of the functionality can be obtained by running them via rlwrap. This allows command recall, edit capabilities, etc. It does not give autocompletion without an extra completion file, however. To use rlwrap, simply prepend "rlwrap " to the command line, eg:
rlwrap bin/simplewallet --wallet-file /path/to/wallet
While bitmonerod and simplewallet do not use readline directly, most of the
functionality can be obtained by running them via rlwrap. This allows command
recall, edit capabilities, etc. It does not give autocompletion without an
extra completion file, however. To use rlwrap, prefix the command with
`rlwrap`:
rlwrap bin/simplewallet --wallet-file /path/to/wallet

Loading…
Cancel
Save