docs: modify README

Signed-off-by: Rakshit Gondwal <rakshitgondwal3@gmail.com>
This commit is contained in:
Rakshit Gondwal
2023-04-03 19:01:38 +05:30
parent 0f46ceb445
commit fc47c58ae1

View File

@@ -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)
@@ -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)
@@ -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)
@@ -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)