Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/installation/rhel.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Navigate to the Prometheus download page, and find the URL for the latest versio
Use wget to download it:

```bash
wget https://github.com/prometheus/prometheus/releases/download/v2.51.2/prometheus-2.51.2.linux-amd64.tar.gz
wget https://github.com/prometheus/prometheus/releases/download/v2.53.5/prometheus-2.53.5.linux-amd64.tar.gz
```

Extract the downloaded tarball and move the binary to `/usr/local/bin/`:
Expand Down