From 55c266f056f5791c9a1236626824a442410eb61e Mon Sep 17 00:00:00 2001 From: Techno Freak Date: Sun, 9 May 2021 16:26:40 +0300 Subject: [PATCH] chore: README fixes --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9482f2b..258de7f 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,7 @@ First of all, you need to download the latest release from [the releases page](h ```sh wget -tar xvfz cosmos-exporter-*.*-amd64.tar.gz -cd cosmos-exporter-*.*-amd64.tar.gz +tar xvfz cosmos-exporter-* ./cosmos-exporter ``` @@ -69,7 +68,7 @@ sudo systemctl status cosmos-exporter # validate it's running If you need to, you can also see the logs of the process: ```sh -sudo journalctl -u cosmos-exporter -f +sudo journalctl -u cosmos-exporter -f --output cat ``` ## How can I scrape data from it?