Skip to content

Commit

Permalink
Lua submodule, clone instructions. (#78)
Browse files Browse the repository at this point in the history
* lua submodule instructions

* typos

---------

Co-authored-by: François Mentec <[email protected]>
  • Loading branch information
FrancoisMentec and François Mentec authored Sep 19, 2024
1 parent 9f108af commit d87cfc0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,18 @@ This is browser version of [Path of Building](https://pathofbuilding.community/)
- [CMake](https://cmake.org/)
- [Ninja](https://ninja-build.org/)

### Clone the Repository

This repository includes a [submodule](https://gist.github.com/gitaarik/8735255) in `vendor/lua`. To include the submodule when cloning the repository, use the `--recurse-submodules` flag:
```bash
git clone --recurse-submodules <repository-url>
```
If you omitted the flag, you can use the following commands to clone the submodule:
```bash
git submodule init
git submodule update
```

### Install dependencies

```bash
Expand Down

0 comments on commit d87cfc0

Please sign in to comment.