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 May 26, 2024
1 parent 89e010e commit bdf3f18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You need to have the following installed on your system:
```shell
git clone https://github.com/mrunix00/Yasi.git
cd Yasi/
git submodule init && git submodule update
git submodule update --init
```

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

0 comments on commit bdf3f18

Please sign in to comment.