Skip to content

Commit

Permalink
devcontainer features generate-docs --namespace deepspacecartel/devco…
Browse files Browse the repository at this point in the history
…ntainers-features --project-folder src/
  • Loading branch information
alexanderilyin committed Nov 23, 2024
1 parent 41c399c commit 81be91a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/apt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Install apt packages via JSON or apt.txt

```json
"features": {
"ghcr.io/deepspacecartel/devcontainers-features/apt:1": {}
"ghcr.io/deepspacecartel/devcontainers-features/apt:2": {}
}
```

Expand Down
2 changes: 1 addition & 1 deletion src/pip/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Install Python packages via JSON or requirements.txt

```json
"features": {
"ghcr.io/deepspacecartel/devcontainers-features/pip:1": {}
"ghcr.io/deepspacecartel/devcontainers-features/pip:2": {}
}
```

Expand Down
2 changes: 1 addition & 1 deletion src/starship/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The minimal, blazing-fast, and infinitely customizable prompt for any shell!

```json
"features": {
"ghcr.io/deepspacecartel/devcontainers-features/starship:1": {}
"ghcr.io/deepspacecartel/devcontainers-features/starship:2": {}
}
```

Expand Down

0 comments on commit 81be91a

Please sign in to comment.