Skip to content

Commit

Permalink
chore: Update docs on generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Nov 14, 2021
1 parent 7c39a22 commit 5d53e3c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/CONTRIBUTING.md
Expand Up @@ -62,17 +62,15 @@ $ make smoketest

## Generated code

chezmoi generates shell completions, the install script, and the website from a
single source of truth. You must run
chezmoi generates the install script and the website from a single source of
truth. You must run

```console
$ go generate
```

if you change includes any of the following:

* Adds or modifies a command.
* Adds or modifies a command's flags.
* Adds or modifies the list of supported OSs and architectures.
* Modifies the install script template.

Expand Down

0 comments on commit 5d53e3c

Please sign in to comment.