Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lily-de committed Sep 19, 2024
1 parent b513235 commit 2c09108
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,28 @@
# goose-plugins
Plugins for [Goose][goose]!
# Community plugins repository for [Goose][goose] 🧩

<center>
<img src="docs/assets/goose_plugins_repository.png" alt="Goose Plugins Repository" width="500"/>
</center>

## Installation

```sh
pipx install goose-plugins --include-deps
```

Then to run,
To check that the plugins are installed, run

```sh
goose session start
goose toolkit list
```

You should see listed the plugins that are available in the `goose-plugins` package.
You should see the `artify` plugin in the list of available toolkits.

Then to run Goose,

```sh
goose session start
```

## Developing Plugins

Expand Down
Binary file added docs/assets/goose_plugins_repository.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2c09108

Please sign in to comment.