diff --git a/README.md b/README.md index 9d70f58..d1100ff 100644 --- a/README.md +++ b/README.md @@ -240,7 +240,7 @@ The binary will be created in the build directory. You can from there run the bi Download the binary: ```bash -wget https://github.com/Cogwheel-Validator/tnom/releases/latest/download/tnom +wget https://github.com/Cogwheel-Validator/tnom/releases/download/v0.3.0/tnom_debian_X86_64 # fix this later when you add the binary chmod +x tnom ./tnom --working-dir /path/to/working/dir --config-path /path/to/config.yml --alert-path /path/to/alert.yml @@ -339,4 +339,4 @@ docker run -d \ -v $(pwd)/chain_database:/app/chain_database \ --name tnom \ tnom:v0.3.0 -``` \ No newline at end of file +```