Skip to content

Commit

Permalink
docs: fix devimint path to be absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
wbobeirne committed Aug 31, 2023
1 parent dca2a26 commit a7d099a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ You can see more details by viewing the `mprocs.yml` file.
If you would like to run the UIs against changes you have made to fedimint itself:

1. Run `cargo build` in fedimint
2. Run `env DEVIMINT_PATH=../fedimint/target/debug yarn nix-guardian` (aassuming that you have `ui` and `fedimint` repos checked out in the same directory)
2. Run `env DEVIMINT_PATH=$(realpath ../fedimint/target/debug) yarn nix-guardian` (assuming that you have `ui` and `fedimint` repos checked out in the same directory)

This will put binaries in `fedimint/target/debug` at the front of your `$PATH`. Devimint will use these binaries instead of the ones installed via Nix.

0 comments on commit a7d099a

Please sign in to comment.