diff --git a/Development-Workflows.md b/Development-Workflows.md
index 7b21776..c2ee902 100644
--- a/Development-Workflows.md
+++ b/Development-Workflows.md
@@ -186,6 +186,8 @@ It also requires you to develop the Kubernetes deployment configuration for the
This method involves doing everything on your local machine without requiring any Kubernetes deployment.
+Put the suitable Basenine binary to your path from [the latest release](https://github.com/up9inc/basenine/releases/latest) or clone the repo and run `make clean && make && sudo make install` to install it system-wide.
+
Save this script to a file named `dev.sh`:
```bash
@@ -221,6 +223,7 @@ This script builds Mizu Agent and runs;
- API server
- Tapper
+- Basenine
instances with correct configuration for your local machine. It also lets you stop them by CTRL+C