Skip to content

Commit e7e038e

Browse files
authored
Merge pull request #258 from opensafely-core/just-instructions
Update installation instructions for just
2 parents 4d068f5 + c1abaeb commit e7e038e

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

DEVELOPERS.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,15 @@
44

55
### just
66

7-
```sh
8-
# macOS
9-
brew install just
7+
Follow installation instructions from the [Just Programmer's Manual](https://just.systems/man/en/chapter_4.html) for your OS.
108

11-
# Linux
12-
# Install from https://github.com/casey/just/releases
13-
14-
# Add completion for your shell. E.g. for bash:
9+
Add completion for your shell. E.g. for bash:
10+
```
1511
source <(just --completions bash)
12+
```
1613

17-
# Show all available commands
14+
Show all available commands
15+
```
1816
just # shortcut for just --list
1917
```
2018

0 commit comments

Comments
 (0)