Update development.md

Jan Tomášek committed Jul 29, 2025 at 17:15 UTC e93bf5f228d1daa31df2344c96775c3ad5dfb13e
1 file changed +5 -3
docs/development.md
+5 -3
@@ -15,7 +15,8 @@ This guide will show you how to setup a local development environment for Agent
15 3. Docker (Docker Desktop, docker-ce...)
16 4. (optional) Git/GitHub
17
18 -> [!NOTE] I will be using clean VS Code, Conda and Docker Desktop in this example on MacOS.
18 +> [!NOTE]
19 +> I will be using clean VS Code, Conda and Docker Desktop in this example on MacOS.
20
21
22 ## Step 0: Install required software
@@ -27,7 +28,8 @@ This guide will show you how to setup a local development environment for Agent
28 - Agent Zero is available on GitHub [github.com/agent0ai/agent-zero](https://github.com/agent0ai/agent-zero).
29 - You can download the files using a browser and extract or run `git clone https://github.com/agent0ai/agent-zero` in your desired directory.
30
30 -> [!NOTE] In my case, I used `cd ~/Desktop` and `git clone https://github.com/agent0ai/agent-zero`, so my project folder is `~/Desktop/agent-zero`.
31 +> [!NOTE]
32 +> In my case, I used `cd ~/Desktop` and `git clone https://github.com/agent0ai/agent-zero`, so my project folder is `~/Desktop/agent-zero`.
33
34 ## Step 2: Open project folder in your IDE
35 - I will be using plain and clean VS Code for this example to make sure I don't skip any setup part, you can use any of it's variants like Cursor, Windsurf etc.
@@ -140,4 +142,4 @@ You're now ready to contribute to Agent Zero, create custom extensions, or modif
142
143 ## Next steps
144 - See [extensibility](extensibility.md) for instructions on how to create custom extensions.
143 -- See [contribution](contribution.md) for instructions on how to contribute to the framework.
\ No newline at end of file
145 +- See [contribution](contribution.md) for instructions on how to contribute to the framework.