Skip to content

Commit

Permalink
Corect usage instructions of precompiled release archives
Browse files Browse the repository at this point in the history
The Linux and MacOS instructions contained Windows-y bits.
  • Loading branch information
patrickbkr committed Mar 17, 2022
1 parent 9425d0f commit 29fc650
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tools/build/binary-release/assets/Linux/scripts/set-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ echo 'Rakudo provides an interactive command line interpreter (a so called Read
echo 'Print Loop, REPL for short) you can use to quickly try out pieces of Raku code.';
echo 'Start it by typing:';
echo '';
echo ' raku.exe';
echo ' raku';
echo '';
echo 'If you already have a Raku program in a file, you can run it by typing:';
echo '';
echo ' raku.exe path\to\my\program.raku';
echo ' raku path/to/my/program.raku';
echo '';
echo 'To install additional modules you can use the Zef module manager:';
echo '';
Expand Down
4 changes: 2 additions & 2 deletions tools/build/binary-release/assets/MacOS/scripts/set-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ echo 'Rakudo provides an interactive command line interpreter (a so called Read
echo 'Print Loop, REPL for short) you can use to quickly try out pieces of Raku code.';
echo 'Start it by typing:';
echo '';
echo ' raku.exe';
echo ' raku';
echo '';
echo 'If you already have a Raku program in a file, you can run it by typing:';
echo '';
echo ' raku.exe path\to\my\program.raku';
echo ' raku path/to/my/program.raku';
echo '';
echo 'To install additional modules you can use the Zef module manager:';
echo '';
Expand Down

0 comments on commit 29fc650

Please sign in to comment.