Skip to content

Commit 8b0c94c

Browse files
authored
Merge pull request #1 from atlv24/ad/readme-update
Include instructions for submodule usage
2 parents c3d6003 + 9f447fb commit 8b0c94c

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,13 @@ inputs from the `codegen` program. Commonly used variables are:
9595

9696
## Running `codegen`
9797

98-
The easiest way to run `codegen` is via `cargo`:
98+
The easiest way to run `codegen` on a clone of the glam repo is to first initialize the submodule with `git`:
99+
100+
```sh
101+
git submodule init
102+
```
103+
104+
Then run it via `cargo`:
99105

100106
```sh
101107
cargo run -p codegen

0 commit comments

Comments
 (0)