Skip to content

Commit

Permalink
.p6 -> .raku in compiled release README
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbkr committed Apr 6, 2021
1 parent 2d1510a commit 2562d57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/build/binary-release/Linux/README.md
Expand Up @@ -11,7 +11,7 @@ Running Raku

To run a Raku program, open a command prompt and type

/path/to/this/folder/bin/raku my_script.p6
/path/to/this/folder/bin/raku my_script.raku

or start a REPL by calling `raku` without an argument

Expand Down
2 changes: 1 addition & 1 deletion tools/build/binary-release/MacOS/README.md
Expand Up @@ -11,7 +11,7 @@ Running Raku

To run a Raku program, open a command prompt and type

/path/to/this/folder/bin/raku my_script.p6
/path/to/this/folder/bin/raku my_script.raku

or start a REPL by calling `raku` without an argument

Expand Down
2 changes: 1 addition & 1 deletion tools/build/binary-release/Windows/README.md
Expand Up @@ -11,7 +11,7 @@ Running Raku

To run a Raku program, open a command prompt and type

C:\path\to\this\folder\bin\raku.exe my_script.p6
C:\path\to\this\folder\bin\raku.exe my_script.raku

or start a REPL by calling `raku.exe` without an argument

Expand Down

0 comments on commit 2562d57

Please sign in to comment.