From fc47c58ae1c2b5511ebbe0ed35714e4ecbb4bb7a Mon Sep 17 00:00:00 2001 From: Rakshit Gondwal Date: Mon, 3 Apr 2023 19:01:38 +0530 Subject: [PATCH] docs: modify README Signed-off-by: Rakshit Gondwal --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a199700cb5..8557d39859 100644 --- a/README.md +++ b/README.md @@ -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` +
+ ## Quick Start * Currently the default AI provider is OpenAI, you will need to generate an API key from [OpenAI](https://openai.com)