Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrunix00 authored Mar 12, 2024
1 parent f1dad39 commit 771af0d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# Yasi (Yet (Another (Scheme (Implementation))))

### ⚠️ Warning
This project is written for educational purposes and it sucks so much you wouldn't use it for any practical or serious projects.
# Yasi (Yet another scheme implementation)

## Build instructions

Expand All @@ -25,4 +22,4 @@ git submodule init && git submodule update
mkdir build && cd build/
cmake .. && cmake --build .
./Yasi
```
```

0 comments on commit 771af0d

Please sign in to comment.