From ec60eedecbfeee8c623d753579f88839ee6c4e38 Mon Sep 17 00:00:00 2001 From: NM <126906698+Kamikaza731@users.noreply.github.com> Date: Fri, 6 Dec 2024 16:36:33 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```