aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-06-03 21:32:03 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-06-03 21:32:03 +0330
commita6abc8734563ba8a1920c760dcb3c0147cb458b9 (patch)
treee2aa1f627b6952793f17f6ff3460070b37d99daf /README.md
parent7296f70ccb33fa7a2b34b0a0332bac7b93d21e0d (diff)
fixing some bugs
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index ae9dd84..89e4de0 100644
--- a/README.md
+++ b/README.md
@@ -20,16 +20,15 @@ A strongly statically typed programming language with a simple and friendly synt
* libffi (for calling C functions)
# How to use ?
-## Clone the repo
+Clone the repo
```
git clone https://github.com/A404M/felan
cd felan
```
-## Building
+Building
```
make
```
-## Running
Run ./build/felan with any file which you want to run
```
./build/felan code/main.felan