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 47305f9 commit 99aafbcCopy full SHA for 99aafbc
doc/Language/REPL.rakudoc
@@ -55,12 +55,14 @@ shortcuts for editing. There are currently four options:
55
=for code :lang<shell>
56
zef install Linenoise
57
58
+This requires a working C<C> toolchain.
59
+
60
=item 3
61
62
63
zef install Readline
64
-This requires an installation of the Readline development library and a working C<C> toolchain.
65
+This requires an installation of the C<Readline> development library.
66
67
=item 4
68
@@ -70,4 +72,10 @@ be done on Debian-ish systems by running:
70
72
71
73
sudo apt-get install rlwrap
74
75
+And then use it to invoke the C<REPL>:
76
77
+=for code :lang<shell>
78
+rlwrap raku
79
80
81
=end pod
0 commit comments