Skip to content

Commit

Permalink
docs: added Windows and Linux instalation steps in README (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
sai-kumar-peddireddy committed Mar 28, 2023
1 parent b4865ff commit 3bfb278
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,24 @@

It has SRE experience codified into it's analyzers and helps to pull out the most relevent information to enrich it with AI.

## Quick Start
## Installation

##### Linux/Mac via brew

```
brew tap k8sgpt-ai/k8sgpt
brew install k8sgpt
```
##### Windows

* Download the latest Windows binaries of **k8sgpt** from the [Release](https://github.com/k8sgpt-ai/k8sgpt/releases) 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

* 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)
* You can do this by running `k8sgpt generate` to open a browser link to generate it
Expand Down

0 comments on commit 3bfb278

Please sign in to comment.