Skip to content

Commit

Permalink
Merge pull request #258 from opensafely-core/just-instructions
Browse files Browse the repository at this point in the history
Update installation instructions for just
  • Loading branch information
rebkwok authored Sep 11, 2024
2 parents 4d068f5 + c1abaeb commit e7e038e
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,15 @@

### just

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

# Linux
# Install from https://github.com/casey/just/releases

# Add completion for your shell. E.g. for bash:
Add completion for your shell. E.g. for bash:
```
source <(just --completions bash)
```

# Show all available commands
Show all available commands
```
just # shortcut for just --list
```

Expand Down

0 comments on commit e7e038e

Please sign in to comment.