Skip to content

Commit

Permalink
refactor readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nitintf committed Mar 24, 2024
1 parent f7efd16 commit db81e5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ the command explanation
## Installation
You can install Navi using the `go get` command:
You can install Navi using the `go install` command:
```shell
go install github.com/nitintf/navi
Expand All @@ -63,6 +63,7 @@ After installation, don't forget to export your Gemini API key:
```shell
export GEMINI_API_KEY="..."
```
You can obtain your Gemini API key from the [Gemini API Management page](https://aistudio.google.com/app/apikey).
## Caution
Expand Down

0 comments on commit db81e5b

Please sign in to comment.