Skip to content

Commit b70f459

Browse files
authored
Update README.md
1 parent 3dc877a commit b70f459

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111
2. cd %USERPROFILE%\Documents
1212
3. curl -o port_scanner.py https://raw.githubusercontent.com/batubyte/port-scanner/refs/heads/main/port_scanner.py
1313
4. powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
14-
5. uv python install
15-
6. uv run port_scanner.py
14+
5. set Path=%USERPROFILE%\.local\bin;%Path%
15+
6. uv python install
16+
7. uv run port_scanner.py
1617

1718
## Docs
1819
https://nmap.org/book/man.html

0 commit comments

Comments
 (0)