We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dc877a commit b70f459Copy full SHA for b70f459
README.md
@@ -11,8 +11,9 @@
11
2. cd %USERPROFILE%\Documents
12
3. curl -o port_scanner.py https://raw.githubusercontent.com/batubyte/port-scanner/refs/heads/main/port_scanner.py
13
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
+5. set Path=%USERPROFILE%\.local\bin;%Path%
+6. uv python install
16
+7. uv run port_scanner.py
17
18
## Docs
19
https://nmap.org/book/man.html
0 commit comments