Skip to content

Commit e8b683a

Browse files
Update README.md
1 parent b8c8006 commit e8b683a

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
11
cli-command
22
===========
3-
README text here.
3+
4+
To create an executable
5+
`$ raco exe -o hello hello.rkt`
6+
7+
This will create an executabe `hello` or `hello.exe` depending on your platform.
8+
9+
For help
10+
11+
`$ ./hello -h` or `hello.exe -h`
12+
13+
14+
Creating executables: https://docs.racket-lang.org/raco/exe.html
15+
16+
Command-line parsing: https://docs.racket-lang.org/reference/Command-Line_Parsing.html

0 commit comments

Comments
 (0)