Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Commit

Permalink
similar tools
Browse files Browse the repository at this point in the history
  • Loading branch information
sampointer committed Dec 20, 2020
1 parent e9650d7 commit 7177cea
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,22 @@ brew install digg
### Packages
Debian and RPM packages can be found on the [releases][1] page.

[1]: https://github.com/sampointer/digg/releases/

### Docker

```bash
git clone https://github.com/sampointer/digg; cd digg
docker build -t digg .
docker run --rm -it digg $(dig king.com +short)
```

## Similar tools

| Company | Tool |
|----------|-------------|
| AWS | [digaws][a] |
| Google | [digg][g] |

[1]: https://github.com/sampointer/digg/releases/

[a]: https://github.com/sampointer/digaws
[g]: https://github.com/sampointer/digg

0 comments on commit 7177cea

Please sign in to comment.