Skip to content

Commit 99aafbc

Browse files
committed
Update requirements
1 parent 47305f9 commit 99aafbc

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

doc/Language/REPL.rakudoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,14 @@ shortcuts for editing. There are currently four options:
5555
=for code :lang<shell>
5656
zef install Linenoise
5757

58+
This requires a working C<C> toolchain.
59+
5860
=item 3
5961

6062
=for code :lang<shell>
6163
zef install Readline
6264

63-
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.
6466

6567
=item 4
6668

@@ -70,4 +72,10 @@ be done on Debian-ish systems by running:
7072
=for code :lang<shell>
7173
sudo apt-get install rlwrap
7274

75+
And then use it to invoke the C<REPL>:
76+
77+
=for code :lang<shell>
78+
rlwrap raku
79+
80+
7381
=end pod

0 commit comments

Comments
 (0)