chore: update docs again (#77)

This commit is contained in:
lily-de
2024-09-25 14:20:49 -04:00
committed by GitHub
parent 31dfd48ac5
commit 4704b82bf1
77 changed files with 439 additions and 312 deletions
+18
View File
@@ -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`.