diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ Just like compile, it would make an executable as `./build/felan` To run code just send your source file to the program like ```sh -felan some_path.felan +./build/felan some_path.felan # or ./project run some_path.felan ``` |