Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fentas authored Mar 27, 2024
1 parent 38de9de commit f34acc9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,23 @@ Feel free to extend this, PRs are welcome.

 

### 🧙‍♂️ Magic, use direnv

Using [direnv](https://direnv.net/) allows you to load required binaries bound to a specific project.

```bash
#!/usr/bin/env bash
set -euo pipefail
: "${PATH_BASE:="$(git rev-parse --show-toplevel)"}"
: "${PATH_BIN:="${PATH_BASE}/.bin"}"
export PATH_BASE PATH_BIN
```

This is all you need or have a look [here](./.envrc).

 

### 🎯 Short term goals

- [ ] Recognize the operating system and architecture and offer the correct binary
Expand Down

0 comments on commit f34acc9

Please sign in to comment.