Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHeart committed Oct 11, 2024
1 parent 326ea82 commit f2aa38d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion serve.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
call scripts/activate
call venv/scripts/activate
mkdocs serve
2 changes: 1 addition & 1 deletion setup.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
python -m venv ./venv
call scripts/activate
call venv/scripts/activate
pip install -U poetry
poetry install --no-root

0 comments on commit f2aa38d

Please sign in to comment.