Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler authored Dec 6, 2022
1 parent 68da81e commit d5be821
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,9 @@ Build Falcon in release mode
Run a script
```falcon program```

Manual compilation
```g++ main.cpp -o falcon -static-libstdc++ -static -lws2_32 -O3 -fno-gcse```

Enter REPL
```falcon```

Expand Down

0 comments on commit d5be821

Please sign in to comment.