aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorredfish <redfish@galactica.pw>2016-08-21 12:31:43 -0400
committerredfish <redfish@galactica.pw>2016-08-21 12:31:43 -0400
commitfcd895051a2684d3d6be82b98824bf2e356831f5 (patch)
treeee32b109ea51ee802391b21b1bc5dc28282c1993
parentreadme: add deps for documentation (diff)
downloadmonero-fcd895051a2684d3d6be82b98824bf2e356831f5.tar.xz
readme: formatting for rlwrap command snippet
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4d9f4430e..f4c9e7e43 100644
--- a/README.md
+++ b/README.md
@@ -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