Skip to content

Commit

Permalink
update building instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
hcyp authored Nov 29, 2024
1 parent e872010 commit be61895
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@ Notice: git submodules are used so make sure to clone this repository recursivel

### Building

make
```sh
git submodule init && git submodule update
git submodule update --init
git pull --recurse-submodules
make
```

## Tools included

Expand Down

0 comments on commit be61895

Please sign in to comment.