Skip to content

Commit

Permalink
implementing Olgas feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
oduameh committed Dec 11, 2024
1 parent 124bfb4 commit c8c14ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ With the release of [distribution 2445](https://github.com/input-output-hk/mithr

After configuring the Prometheus endpoint, remember to restart the Mithril aggregator for the changes to take effect.

To make setup easier, a **Grafana template** is available for creating a dashboard to visualize metrics from the Prometheus endpoint (ID 22165): [Grafana Dashboard](https://grafana.com/grafana/dashboards/22165-mithril-aggregator/).
To make setup easier, a **Grafana template** is available for creating a dashboard to visualize metrics from the Prometheus endpoint (ID 22165): [Grafana dashboard](https://grafana.com/grafana/dashboards/22165-mithril-aggregator/).

[![Grafana Dashboard](img/grafana-dashboard.png)](img/grafana-dashboard.png)
[![Grafana dashboard](img/grafana-dashboard.png)](img/grafana-dashboard.png)

For questions or support, feel free to contact the team on the [Discord channel](https://discord.gg/5kaErDKDRq).
8 changes: 4 additions & 4 deletions docs/website/blog/2024-11-25-one-line-binaries-installer.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ tags:

### One line installer for Mithril binaries

To simplify the installation and update of Mithril binaries, we have created a one line installer that downloads and installs the Mithril binaries for you. This installer is available for Linux and macOS and supports the Mithril signer, Mithril aggregator, and Mithril CLI.
To simplify the installation and updating of Mithril binaries, we have created a one line installer that downloads and installs the Mithril binaries for you. This installer is available for Linux and macOS and supports the Mithril signer, Mithril aggregator, and Mithril CLI.

The one line command is also displayed in the various `Download the Pre-built Binary` sections across the documentation.
The one line command is also displayed in the various `Download the pre-built binary` sections across the documentation.

#### Examples of the One line Installer
#### Examples of the one line installer

- Download the **latest Mithril signer** in the current directory:

Expand All @@ -47,7 +47,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/input-out
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/input-output-hk/mithril/refs/heads/main/mithril-install.sh | sh -s -- -c mithril-client -d 2445.0 -p $(pwd)
```

#### Installer Usage
#### Installer usage

```bash
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/input-output-hk/mithril/refs/heads/main/mithril-install.sh | sh -s -- -h
Expand Down

0 comments on commit c8c14ce

Please sign in to comment.