We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7781c3e commit 9dd0ac8Copy full SHA for 9dd0ac8
README.md
@@ -149,8 +149,7 @@ AutoSecure is a dashboard designed to automate tedious penetration testing tasks
149
150
```bash
151
# Run AI Server
152
- # Ensure VENV_PATH is defined, e.g., VENV_PATH=/home/autosecure/FYP/web-dashboard/venv
153
- x-terminal-emulator -e "bash -c 'source $VENV_PATH/bin/activate && python3 /home/autosecure/FYP/web-dashboard/ai_server.py; exec bash'" &
+ x-terminal-emulator -e "bash -c 'cd FYP/web-dashboard && source venv/bin/activate && python3 ai_server.py; exec bash'" &
154
```
155
156
* Clone `llama.cpp` repository and build it:
0 commit comments