diff --git a/docs/guides/node-exporter.md b/docs/guides/node-exporter.md index 8813e494..9f6319fe 100644 --- a/docs/guides/node-exporter.md +++ b/docs/guides/node-exporter.md @@ -17,10 +17,11 @@ The Prometheus Node Exporter is a single static binary that you can install [via ```bash # NOTE: Replace the URL with one from the above mentioned "downloads" page. -# , , and are placeholders. +# Download the appropriate bundle for your operating system and hardware architecture. +# , , and are placeholders (e.g., linux-amd64, darwin-arm64, etc.). wget https://github.com/prometheus/node_exporter/releases/download/v/node_exporter-.-.tar.gz -tar xvfz node_exporter-*.*-amd64.tar.gz -cd node_exporter-*.*-amd64 +tar xvfz node_exporter-.-.tar.gz +cd node_exporter-.- ./node_exporter ```