Skip to content

Commit a814ff0

Browse files
committed
chore: updated virtual environment path in README and script
### CHANGES - Updated virtual environment path in README installation instructions. - Modified virtual environment activation path in `zoom-manage` script.
1 parent d1240c4 commit a814ff0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: backend/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This FastAPI server provides endpoints to manage and track participants of a Zoo
2323

2424
```bash
2525
curl -LsSf https://astral.sh/uv/install.sh | sh
26-
uv venv .venv/zoom
26+
uv venv .venv
2727
```
2828

2929
The output will look like this:

Diff for: zoom-manage

+1-1
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ on runBackendServer()
433433
error "Server is already running. " & jsonOutput number -1
434434
end if
435435
set titleString to "\\033]0;" & scriptName & " Backend Server\\007"
436-
set cmd to "echo -n -e \"" & titleString & "\";cd " & topLevelDirectory & "backend; . ../.venv/zoom/bin/activate; ./server.py; exit"
436+
set cmd to "echo -n -e \"" & titleString & "\";cd " & topLevelDirectory & "backend; . ../.venv/bin/activate; ./server.py; exit"
437437
do shell script "open -a Terminal " & topLevelDirectory
438438
tell application "Terminal"
439439
activate

0 commit comments

Comments
 (0)