Skip to content

Commit

Permalink
update docs with env variable name change
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage committed Sep 18, 2024
1 parent 0fa4e5c commit 3a7aaf7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions zebra-rpc/qa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ pip3 install pyzmq base58 toml
Running tests locally
=====================

Make sure you have a `zebrad` binary in the `target/debug/` directory, or
you can use a custom location by setting the `ZEBRAD` environment variable.
If it is not already there please set the zebrad binary environment variable:

```
export CARGO_BIN_EXE_zebrad=/path/to/zebrad
```

You can run any single test by calling

Expand Down

0 comments on commit 3a7aaf7

Please sign in to comment.