Skip to content

Commit

Permalink
docs: modify README
Browse files Browse the repository at this point in the history
Signed-off-by: Rakshit Gondwal <rakshitgondwal3@gmail.com>
  • Loading branch information
rakshitgondwal committed Apr 3, 2023
1 parent 0f46ceb commit fc47c58
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ It has SRE experience codified into its analyzers and helps to pull out the most

## Linux

#### For Ubuntu/Debian/Mint:
### For Ubuntu/Debian/Mint:

**32 bit:**
- Download package: [k8sgpt_386.deb](https://github.com/k8sgpt-ai/k8sgpt/releases/download/v0.1.8/k8sgpt_386.deb)
Expand All @@ -32,7 +32,7 @@ sudo dpkg -i k8sgpt_386.deb
sudo dpkg -i k8sgpt_amd64.deb
```

#### For RedHat/CentOS/Fedora:
### For RedHat/CentOS/Fedora:

**32 bit:**
- Download package: [k8sgpt_386.rpm](https://github.com/k8sgpt-ai/k8sgpt/releases/download/v0.1.8/k8sgpt_386.rpm)
Expand All @@ -47,7 +47,7 @@ sudo rpm -ivh k8sgpt_386.rpm
sudo rpm -ivh -i k8sgpt_amd64.rpm
```

#### For Alpine:
### For Alpine:

**32 bit:**
- Download package: [k8sgpt_386.apk](https://github.com/k8sgpt-ai/k8sgpt/releases/download/v0.1.8/k8sgpt_386.apk)
Expand Down Expand Up @@ -94,10 +94,13 @@ If you install gcc as suggested, the problem will persist. Therefore, you need t
tab based on your system architecture.
* Extract the downloaded package to your desired location. Configure the system *path* variable with the binary location

### Verify installation

## Verify installation

* Run `k8sgpt version`

<hr>

## Quick Start

* Currently the default AI provider is OpenAI, you will need to generate an API key from [OpenAI](https://openai.com)
Expand Down

0 comments on commit fc47c58

Please sign in to comment.