diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2024-09-19 04:22:05 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2024-09-19 04:22:05 +0330 |
commit | a1283a31533c7728f073448cb8a20ea98c5cb40e (patch) | |
tree | 3c0f6afc933c6447aad523726b70fd49925f0f9a /README.md | |
parent | b6c2872fd2b4441e4c98b365e7401c5848d58154 (diff) |
cleaning up stuff
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 ``` |