Skip to content

Commit

Permalink
README: Update ./build.sh usage
Browse files Browse the repository at this point in the history
  • Loading branch information
be32826 authored and Andrew Fasano committed Jan 17, 2024
1 parent fb0e6d0 commit d237578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ git commit -a
```

## Linting configs
Before commiting any config update you MUST lint your change by running `./build.sh configonly`. You can specify architectures to lint by listing them as additional arguments, e.g., `./build.sh configonly armel mipel`.
Before commiting any config update you MUST lint your change by running `./build.sh --config-only`. You can specify architectures to lint with the `--targets` flag, e.g., `./build.sh --config-only --targets "armel mipel"`.

0 comments on commit d237578

Please sign in to comment.