aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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
```