chore: update docs again (#77)
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Installation
|
||||
|
||||
To install Goose, use `pipx`.First ensure [pipx][pipx] is installed:
|
||||
|
||||
``` sh
|
||||
brew install pipx
|
||||
pipx ensurepath
|
||||
```
|
||||
|
||||
Then install Goose:
|
||||
|
||||
```sh
|
||||
pipx install goose-ai
|
||||
```
|
||||
|
||||
[pipx]: https://github.com/pypa/pipx?tab=readme-ov-file#install-pipx
|
||||
|
||||
You can then run `goose` from the command line with `goose session start`.
|
||||
Reference in New Issue
Block a user