Skip to content

Commit 79a51a6

Browse files
Copilotjsburckhardt
andcommitted
docs: add just feature usage documentation and fix permissions
Co-authored-by: jsburckhardt <[email protected]>
1 parent 4e5d823 commit 79a51a6

4 files changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,3 +299,20 @@ Running `codex` inside the built container will print the help menu of codex.
299299
```bash
300300
codex --version
301301
```
302+
303+
### `just`
304+
305+
Running `just` inside the built container will print the help menu of just.
306+
307+
```jsonc
308+
{
309+
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
310+
"features": {
311+
"ghcr.io/jsburckhardt/devcontainer-features/just:1": {}
312+
}
313+
}
314+
```
315+
316+
```bash
317+
just --version
318+
```

src/just/install.sh

100644100755
File mode changed.

test/_global/just-specific-version.sh

100644100755
File mode changed.

test/just/test.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)