Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bonclay7 committed Mar 14, 2024
1 parent bbacb88 commit 994a90d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Managed Grafana v9.4. (migrating alerts to v8.x is not supported)

## Installation

Build from latest release. This requires Go installed on your environement.
Build from latest release. This requires Go (1.21 +) installed on your environement.

```console
go install github.com/aws-observability/amazon-managed-grafana-migrator@latest
Expand All @@ -35,6 +35,15 @@ For Linux, this is usually `export PATH=$PATH:$HOME/go/bin`.
You can also download the pre-compiled binary for your OS and CPU architecture
from our [GitHub releases](https://github.com/aws-observability/amazon-managed-grafana-migrator/releases/latest).

Example on Amazon Linux:

```console
wget https://github.com/aws-observability/amazon-managed-grafana-migrator/releases/download/v0.1.11/amazon-managed-grafana-migrator-linux-amd64.tar.gz
tar -zxvf amazon-managed-grafana-migrator-linux-amd64.tar.gz
sudo mv amazon-managed-grafana-migrator /usr/local/bin/
amazon-managed-grafana-migrator -v
```

## Usage

### Discovering your Workspaces
Expand Down

0 comments on commit 994a90d

Please sign in to comment.