Skip to content

Commit 6aaa0f2

Browse files
committed
Update install docs
1 parent 5e86683 commit 6aaa0f2

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/install.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,20 @@ curl -s https://raw.githubusercontent.com/s4dhulabs/vimana-framework/develop/scr
4141
# Clone the repository and set Vimana using uv
4242
git clone -b develop https://github.com/s4dhulabs/vimana-framework.git && cd vimana-framework && source scripts/setup-uv
4343
```
44+
**Stage 1: Dependency Installation**
45+
The installer downloads and configures UV, then creates a virtual environment and installs all Python dependencies. This stage handles the complete dependency resolution and builds the Vimana framework package from source.
4446

45-
<a href="https://asciinema.org/a/J7S2zdrmPqv6qkMfo2nW0jVAZ" target="_blank"><img src="https://asciinema.org/a/J7S2zdrmPqv6qkMfo2nW0jVAZ.svg" /></a>
47+
![image](https://github.com/user-attachments/assets/73577745-d051-4fe7-a8fa-5ae0070d69fd)
48+
49+
**Stage 2: Plugin System Initialization**
50+
After successful dependency installation, Vimana loads and configures its plugin ecosystem. This includes scanning for available plugins, initializing the framework core, and preparing the plugin catalog for first use.
51+
52+
![image](https://github.com/user-attachments/assets/9c42e79e-f2fa-4b84-9dd5-ba2ebd0415a0)
53+
54+
**Stage 3: Installation Complete**
55+
The final stage shows the Vimana Framework ready for use, displaying the plugin catalog with available security testing tools. The framework is now fully operational with all plugins properly registered and accessible.
56+
57+
![image](https://github.com/user-attachments/assets/35614a24-2ec2-4493-97d4-6ac9c2156189)
4658

4759

4860
**Why UV?**

0 commit comments

Comments
 (0)