Skip to content

Commit 0df6bf7

Browse files
Automated documentation update [skip ci]
1 parent e0a686b commit 0df6bf7

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

src/go-air/README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
# Air (go-air)
3+
4+
Install Air live reloader for Go apps.
5+
6+
## Example Usage
7+
8+
```json
9+
"features": {
10+
"ghcr.io/omoxyz/devcontainer-features/go-air:1": {}
11+
}
12+
```
13+
14+
## Options
15+
16+
| Options Id | Description | Type | Default Value |
17+
|-----|-----|-----|-----|
18+
| version | Select the version to install. | string | latest |
19+
20+
## OS Support
21+
22+
This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
23+
24+
`bash` is required to execute the `install.sh` script.
25+
26+
---
27+
28+
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/omoxyz/devcontainer-features/blob/main/src/go-air/devcontainer-feature.json). Add additional notes to a `NOTES.md`._

src/lefthook/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Install Lefthook fast polyglot Git hooks manager.
1616
| Options Id | Description | Type | Default Value |
1717
|-----|-----|-----|-----|
1818
| version | Select the version to install. | string | latest |
19-
| installDirectlyFromGitHubRelease | - | boolean | true |
19+
| installDirectlyFromGitHubRelease | Install directly from Github release or from package manager (apt). | boolean | true |
2020

2121
## OS Support
2222

0 commit comments

Comments
 (0)