Skip to content

Commit d33561a

Browse files
Automated documentation update [skip ci] (#5)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c20f583 commit d33561a

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

src/go-air/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Install Air live reloader for Go apps.
1616
| Options Id | Description | Type | Default Value |
1717
|-----|-----|-----|-----|
1818
| version | Select the version to install. | string | latest |
19+
| installDirectlyFromGitHubRelease | Install directly from Github release or from package manager (apt). | boolean | true |
1920

2021
## OS Support
2122

src/protoc/README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
# Protoc (protoc)
3+
4+
Install Protoc protocol buffer compiler.
5+
6+
## Example Usage
7+
8+
```json
9+
"features": {
10+
"ghcr.io/omoxyz/devcontainer-features/protoc: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/protoc/devcontainer-feature.json). Add additional notes to a `NOTES.md`._

0 commit comments

Comments
 (0)