Skip to content

Commit

Permalink
Merge pull request #190 from eredotpkfr/doc-updates
Browse files Browse the repository at this point in the history
chore: typo fixes
  • Loading branch information
eredotpkfr authored Dec 11, 2024
2 parents 1a66acc + 260331f commit 2030bd7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,15 @@ Specify environment variable via docker `--env`
eredotpkfr/subscan scan -d example.com --modules=virustotal
```
To specify wordlist into docker container, use `/data` directory
Saving output reports to host machine, use `/data` folder
```bash
~$ docker run -it --rm \
--volume="$PWD/data:/data" \
eredotpkfr/subscan scan -d example.com
```
To specify wordlist into docker container, use `/data` folder
```bash
~$ docker run -it --rm \
Expand Down
2 changes: 1 addition & 1 deletion book/src/development/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To set up your development environment, please follow the instructions below
~$ pre-commit run -a
```

3. Insatall required cargo tools for development
3. Install required cargo tools for development

```bash
~$ # Install cargo tools
Expand Down
2 changes: 1 addition & 1 deletion book/src/user-guide/quickstart/usage/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Saving output reports to host machine, use `/data` folder
eredotpkfr/subscan scan -d example.com
```

To specify wordlist into docker container, use `/data` directory
To specify wordlist into docker container, use `/data` folder

```bash
~$ docker run -it --rm \
Expand Down

0 comments on commit 2030bd7

Please # to comment.