Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,13 @@ inputs from the `codegen` program. Commonly used variables are:

## Running `codegen`

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`:

```sh
git submodule init
```

Then run it via `cargo`:

```sh
cargo run -p codegen
Expand Down