Fix spelling error in README.md

This commit is contained in:
Matt Norton 2024-05-08 15:25:05 +01:00 committed by GitHub
parent d46ef9baec
commit aba83efa49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ The service will only run if `~/.local/share/chezmoi` does not exist.
Set `repository` to the URL of your dotfiles repository. (eg. `repository: https://example.org/user/dotfiles`)
:::note
The value of `repository` will be passed directly to `chezmoi init --apply ${repository}`.
See the [`chezmoi init` documenation](https://www.chezmoi.io/reference/commands/init/) for detailed syntax.
See the [`chezmoi init` documentation](https://www.chezmoi.io/reference/commands/init/) for detailed syntax.
:::
Set `disable_init` to `true` if you do not want to install the init service.