Skip to content

Commit bbd70f8

Browse files
authored
Merge pull request 0xPolygon#8 from 0xPolygon/km/urgent_run_fix
Urgent change: run.sh wasn't working
2 parents 115742d + 30396dc commit bbd70f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
/Users/ammatlala/Library/Python/3.11/bin/virtualenv venv
4+
virtualenv venv
55
source venv/bin/activate
66
pip3 install -r requirements.txt
77
mkdocs serve --strict

0 commit comments

Comments
 (0)