Skip to content

Commit 0e26788

Browse files
committed
update
1 parent 0519a7e commit 0e26788

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,10 @@ Rust/bin/
44

55
# Ignore target/
66
Rust/target/
7+
8+
# Ignore gz file
9+
*.gz
10+
11+
# test
12+
C/test/
13+
Rust/test/

C/elfina-linux.tar.gz

-739 KB
Binary file not shown.

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ elfina/
9292
Clone the repository and compile the project:
9393
```bash
9494
git clone https://github.com/iss4cf0ng/Elfina
95-
cd Elfina/C-lang
95+
cd Elfina/C
9696
make
9797
```
9898
or
@@ -102,7 +102,12 @@ chmod +x build.sh
102102
```
103103

104104
### Rust
105-
**Coming soon**
105+
```bash
106+
git clone https://github.com/iss4cf0ng/Elfina
107+
cd Elfina/Rust
108+
chmod +x build.sh
109+
./build.sh
110+
```
106111

107112
## Demonstration
108113
### elfina (x86-64)

0 commit comments

Comments
 (0)