Skip to content

Commit

Permalink
Update Docker instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
root4loot authored Oct 5, 2024
1 parent 3ecbec1 commit f977f7e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ go install github.com/root4loot/rescope2/cmd/rescope@latest
## Docker

```bash
docker build -t rescope .
docker run --rm -it rescope [options] [<BugBountyURL>...]
git clone https://github.com/root4loot/rescope.git
cd rescope
docker run --rm -it $(docker build -q .) [options] [<BugBountyURL>...]
```

## Usage
Expand Down

0 comments on commit f977f7e

Please sign in to comment.