Skip to content

Commit 408bf54

Browse files
committed
docs: fix
1 parent 2fe1e03 commit 408bf54

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# ai-shell-go
2+
3+
[![Build Status](https://github.com/henomis/ai-shell-go/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/henomis/ai-shell-go/actions/workflows/test.yml?query=branch%3Amain) [![GoDoc](https://godoc.org/github.com/henomis/ai-shell-go?status.svg)](https://godoc.org/github.com/henomis/ai-shell-go) [![Go Report Card](https://goreportcard.com/badge/github.com/henomis/ai-shell-go)](https://goreportcard.com/report/github.com/henomis/ai-shell-go) [![GitHub release](https://img.shields.io/github/release/henomis/ai-shell-go.svg)](https://github.com/henomis/ai-shell-go/releases)
4+
25
This is a simple AI shell helper written in GO. It use OpenAI API to generate a plausible command from a given prompt.
36
As soon as the command is generated, the user can choose to execute it or revise it adding more context.
47

58
## Installation
69
Be sure to have a working Go environment, then clone the repository and run the following command:
710

811
```
9-
$ make
12+
$ go get -u github.com/henomis/ai-shell-go
1013
```
1114

1215
## Usage

0 commit comments

Comments
 (0)