You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Supported Platforms
4
4
5
-
dirsearch runs on Python 3.11-3.14 and is distributed as source, Docker image, PyInstaller binary, or portable folder.
5
+
dirsearch runs on Python 3.11-3.14 and is distributed as source, installable from GitHub with pip, Docker image, PyInstaller binary, or portable folder.
- Kali Linux: `sudo apt-get install dirsearch` (deprecated).
30
31
32
+
## Native Rust from Source
33
+
34
+
The GitHub pip command installs the Python stack only. To build the Rust native request and wordlist backends from source, install Rust and `maturin`, then build the native wheel from a clone:
0 commit comments