Skip to content

Commit

Permalink
Update step format
Browse files Browse the repository at this point in the history
  • Loading branch information
RamanaReddy8801 committed Oct 30, 2023
1 parent cc6b4c5 commit 483a36e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ git clone https://github.com/NVIDIA/dcgm-exporter
```
cd dcgm-exporter
```
3. Install neccessary binarys using below commands.
3. Install necessary binaries using below commands.
```
make binary
```
Expand All @@ -62,15 +62,15 @@ To install Prometheus on a Linux system, you can follow these steps. Prometheus
1. Visit the [Prometheus download page](https://prometheus.io/download/) to find the latest release.
2. Select the appropriate version for your operating system and architecture. For Linux, you'll likely choose the linux-amd64 version. Copy the download link for the tarball (.tar.gz file).
3. Once downloaded Prometheus, untar the download tar file.
```shell
```shell
tar -xvzf <filename.tar.gz>
```
4. Go to the Prometheus folder
```shell
cd <download folder>
```
5. Open your `Prometheus.yml` file and add the following lines.
``yml
```yml
---
scrape_configs:
- job_name: NVIDI
Expand Down

0 comments on commit 483a36e

Please sign in to comment.