diff --git a/README.md b/README.md
index fa3f407..154a129 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
-# goose-plugins
-Plugins for [Goose][goose]!
+# Community plugins repository for [Goose][goose] 🧩
+
+
+
+
## Installation
@@ -7,13 +10,19 @@ Plugins for [Goose][goose]!
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
diff --git a/docs/assets/goose_plugins_repository.png b/docs/assets/goose_plugins_repository.png
new file mode 100644
index 0000000..542569f
Binary files /dev/null and b/docs/assets/goose_plugins_repository.png differ