Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
njaremko committed Jul 3, 2024
1 parent cd9b3cb commit 9a7134c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ If you want to take advantage of this, you'll need to put in a little bit of wor
1. Install [direnv](https://direnv.net/) and [cachix](https://docs.cachix.org)
```
# Add ~/.nix-profile/bin to your path first
nix profile install nixpkgs/release-23.11#direnv
nix profile install nixpkgs/release-23.11#cachix
nix profile install nixpkgs#direnv
nix profile install nixpkgs#cachix
```
1. Run `cachix use nix-community` to enable a binary cache for the rust toolchain (otherwise you'll build the rust toolchain from scratch)
1. `cd` into this repo and run `direnv allow`
1. `cd` into this repo and run `direnv allow` and `nix-direnv-reload`
1. Install the [direnv VS Code extension](https://marketplace.visualstudio.com/items?itemName=mkhl.direnv)

## Building the library
Expand Down

0 comments on commit 9a7134c

Please sign in to comment.