From 09d3acc8a448f626db1206d12ebba2b10804fb78 Mon Sep 17 00:00:00 2001 From: Tomas Dvorak Date: Thu, 5 Sep 2024 10:47:30 +0200 Subject: [PATCH] docs: update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0afb163..a9cdb1d 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,8 @@ To run this example, be sure that you have installed [ollama](https://ollama.com ➡️ All examples can be found in the [examples](./examples) directory. +➡️ To run an arbitrary example, use the following command `yarn start -- examples/agents/bee.ts` (just pass the appropriate path to the desired example). + ### Local Installation (Python Interpreter + Interactive CLI) > _Note: `yarn` should be installed via Corepack ([tutorial](https://yarnpkg.com/corepack))_