Skip to content

Commit 4db84a8

Browse files
authored
Update README.md
1 parent 2be9851 commit 4db84a8

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282

8383
## Installation
8484

85-
Install ADscan using pipx (recommended):
85+
1. Install ADscan using pipx (recommended):
8686

8787
```sh
8888
pipx install adscan
@@ -100,6 +100,22 @@ adscan --version
100100

101101
Alternatively, download a pre-built binary from the [releases](https://github.com/ADscanPro/adscan/releases) page and place it in your `$PATH`.
102102

103+
2. **Run the Installer**:
104+
```sh
105+
adscan install
106+
```
107+
This command will:
108+
- Set up the necessary Python virtual environment.
109+
- Install all required Python packages.
110+
- Download and configure external tools and wordlists.
111+
112+
3. **Verify the Installation**:
113+
After the installation completes, you can check if all components are set up correctly:
114+
```sh
115+
adscan check
116+
```
117+
This command will perform a series of checks and report the status of dependencies and tools.
118+
103119
⚡ Ready to hack your first domain?
104120
Run `adscan start` and share your asciicast with #adscan on Twitter.
105121

0 commit comments

Comments
 (0)