mirror of
https://github.com/block/goose.git
synced 2026-04-28 03:29:36 +00:00
docs: document how to run goose fully from source from any dir (#83)
This commit is contained in:
parent
9dbc0d95eb
commit
6f97eae1d5
1 changed files with 8 additions and 0 deletions
|
|
@ -71,6 +71,14 @@ uv venv
|
|||
uv run goose session start # or any of goose's commands (e.g. goose --help)
|
||||
```
|
||||
|
||||
### Running from source
|
||||
|
||||
When you build from source you may want to run it from elsewhere.
|
||||
|
||||
1. Run `uv sync` as above
|
||||
2. Run ```export goose_dev=`uv run which goose` ```
|
||||
3. You can use that from anywhere in your system, for example `cd ~/ && $goose_dev session start`, or from your path if you like (advanced users only) to be running the latest.
|
||||
|
||||
## Developing goose-plugins
|
||||
|
||||
1. Clone the `goose-plugins` repo:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue