We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca0c01 commit 9f447fbCopy full SHA for 9f447fb
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