Skip to content

Commit

Permalink
Add a reference link to the README (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
UnstoppableMango authored Feb 11, 2025
1 parent caee8f5 commit 752a28b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,3 +170,7 @@ Binaries are stored in a `.gitignore`d `bin/` directory at the root of the repos
An example `.envrc` file for [direnv](https://github.com/direnv/direnv) is provided in [hack/example.envrc](./hack/example.envrc) to add `./bin` to your `PATH` automatically.
To use it, run `make .envrc` or `make dev`.
This will copy `hack/example.envrc` to `.envrc` at the root of the repository.

## References

GNU Make Quick Reference: <https://www.gnu.org/software/make/manual/html_node/Quick-Reference.html>

0 comments on commit 752a28b

Please sign in to comment.