Skip to content

Commit

Permalink
Add submodule explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixEngl committed Sep 12, 2024
1 parent 996d67c commit 57b514d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@ You will then find a folder `atra_data` on the level of the binary.
## How to build?
In order to build Atra you need [Rust](https://www.rust-lang.org/).

### Git Submodules
Initialize the submodules:
````commandline
git submodule update --init --recursive
````
Update the submodules:
````commandline
git submodule update --remote --recursive
````

### Windows
After installing Rust you need [LLVM](https://llvm.org/), with the proper
environment paths set.
Expand Down

0 comments on commit 57b514d

Please sign in to comment.