diff --git a/src/chezmoi/README.md b/src/chezmoi/README.md index e92b63c..b4494e7 100644 --- a/src/chezmoi/README.md +++ b/src/chezmoi/README.md @@ -7,7 +7,7 @@ Manage your dotfiles across multiple diverse machines, securely. ```json "features": { - "ghcr.io/witcom-gmbh/devcontainer-features/features/chezmoi:1": {} + "ghcr.io/witcom-gmbh/devcontainer-features/chezmoi:1": {} } ``` @@ -16,9 +16,10 @@ Manage your dotfiles across multiple diverse machines, securely. | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| | version | Version of chezmoi to install. Accepts versions with or without the 'v' prefix. | string | latest | +| skipTls | Should the installer skip certificate-checks when downloading packages ? | boolean | true | --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/witcom-gmbh/devcontainer-features/features/blob/main/src/chezmoi/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/witcom-gmbh/devcontainer-features/blob/main/src/chezmoi/devcontainer-feature.json). Add additional notes to a `NOTES.md`._