We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aef83f commit 4a2dd70Copy full SHA for 4a2dd70
doc/Language/faq.pod6
@@ -195,8 +195,11 @@ for colored output in.
195
Install L<Linenoise|https://github.com/hoelzro/p6-linenoise/> from the
196
ecosystem.
197
198
-An alternative for UNIX-like systems is to install rlwrap. This can
199
-be done on Debian-ish systems with "apt-get install rlwrap".
+An alternative for UNIX-like systems is to install C<rlwrap>. This can
+be done on Debian-ish systems by running:
200
+
201
+=for code :lang<shell>
202
+sudo apt-get install rlwrap
203
204
=head2 Why is the Rakudo compiler so apologetic?
205
0 commit comments