aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2024-09-19 04:22:05 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2024-09-19 04:22:05 +0330
commita1283a31533c7728f073448cb8a20ea98c5cb40e (patch)
tree3c0f6afc933c6447aad523726b70fd49925f0f9a /README.md
parentb6c2872fd2b4441e4c98b365e7401c5848d58154 (diff)
cleaning up stuff
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3bbc5c8..46dca81 100644
--- a/README.md
+++ b/README.md
@@ -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
```