We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3d6003 + 9f447fb commit 8b0c94cCopy full SHA for 8b0c94c
1 file changed
README.md
@@ -95,7 +95,13 @@ inputs from the `codegen` program. Commonly used variables are:
95
96
## Running `codegen`
97
98
-The easiest way to run `codegen` is via `cargo`:
+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`:
105
106
```sh
107
cargo run -p codegen
0 commit comments