Skip to content

Commit 70f5424

Browse files
committed
Fix command for compilation
1 parent dc8c724 commit 70f5424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ with first class types. This repository provides Idris 2 compiler targeting JVM
4040

4141
#### Compile
4242

43-
`idris helloworld.idr -o main`
43+
`idris2 helloworld.idr -o main`
4444

4545
#### Run
4646

0 commit comments

Comments
 (0)