diff --git a/contrib/seeds/README.md b/contrib/seeds/README.md index 903e4dbd8..10948e1b4 100644 --- a/contrib/seeds/README.md +++ b/contrib/seeds/README.md @@ -5,6 +5,6 @@ Utility to generate the seeds.txt list that is compiled into the client ## Updating seeds -Update [contrib/seeds/nodes_main.txt](hush/hush3/src/branch/master/contrib/seeds/nodes_main.txt) and run `./contrib/seeds/generate-seeds.py contrib/seeds > src/chainparamsseeds.h` in the hush root directory of this repo (not the directory of this README) to update [src/chainparamsseeds.h](hush/hush3/src/branch/master/src/chainparamsseeds.h) then commit the result. +Update [contrib/seeds/nodes_main.txt](hush/hush3/src/branch/master/contrib/seeds/nodes_main.txt) and run `make seeds` in the hush root directory of this repo (not the directory of this README) to update [src/chainparamsseeds.h](hush/hush3/src/branch/master/src/chainparamsseeds.h) then commit the result.