Skip to content

Commit 9dd0ac8

Browse files
authored
update README.md
1 parent 7781c3e commit 9dd0ac8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,7 @@ AutoSecure is a dashboard designed to automate tedious penetration testing tasks
149149

150150
```bash
151151
# 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'" &
152+
x-terminal-emulator -e "bash -c 'cd FYP/web-dashboard && source venv/bin/activate && python3 ai_server.py; exec bash'" &
154153
```
155154

156155
* Clone `llama.cpp` repository and build it:

0 commit comments

Comments
 (0)