Skip to content

Commit

Permalink
chore: README fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
freak12techno committed May 9, 2021
1 parent 5053b97 commit 55c266f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ First of all, you need to download the latest release from [the releases page](h

```sh
wget <the link from the releases page>
tar xvfz cosmos-exporter-*.*-amd64.tar.gz
cd cosmos-exporter-*.*-amd64.tar.gz
tar xvfz cosmos-exporter-*
./cosmos-exporter
```

Expand Down Expand Up @@ -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?
Expand Down

0 comments on commit 55c266f

Please sign in to comment.