Skip to content

Commit

Permalink
docs: update install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
KimCookieYa authored Dec 11, 2024
1 parent bda53dc commit e7e180b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,14 @@ Download the most recent release from the [releases page](https://github.com/sam

e.g. `zip -d gollama*.zip -d gollama && mv gollama /usr/local/bin`

### if "command not found: gollama"

If you see this error, add environment variables to `.zshrc` or `.bashrc`.

```shell
echo 'export PATH=$PATH:$HOME/go/bin' >> ~/.zshrc
```

## Usage

To run the `gollama` application, use the following command:
Expand Down

0 comments on commit e7e180b

Please sign in to comment.