Skip to content

Commit 7a5f448

Browse files
committed
README: Add more details on how to set up direnv
1 parent af589f4 commit 7a5f448

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This requires the following tools to be installed:
1515
* [wasm-bindgen](https://rustwasm.github.io/docs/wasm-bindgen/) for compiling Rust to WebAssembly
1616
* [Clang](https://clang.llvm.org/) for compiling the C dependencies (e.g. [ring](https://github.com/briansmith/ring)) to WebAssembly
1717

18-
There is a Nix flake that can be used to provide the dependencies. It's convenient to automatically activate it using [`direnv`](https://determinate.systems/blog/nix-direnv/).
18+
There is a Nix flake that can be used to provide the dependencies. It's convenient to automatically activate it using [`direnv`](https://direnv.net). After setting up direnv's shell hooks, put "use flake" into an `.envrc` file, and run `direnv allow`.
1919

2020
## Deploying
2121

0 commit comments

Comments
 (0)