Skip to content

Commit

Permalink
Add info about Docker --rm
Browse files Browse the repository at this point in the history
  • Loading branch information
breitburg committed Jul 26, 2023
1 parent 3880a1f commit 7a639a7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,21 @@ Search domains with expressions. Insert numbers, letters, and any TLDs in one qu
## Installation

To install Domine without any additional steps, you can use Docker:
To use Domine without any installation, you can use Docker:

```console
$ docker run breitburg/domine check "[1-12]am.co"
$ docker run --rm --tty breitburg/domine check "example.com" "[1-12]am.co"
```

Alternatively, if you have Dart installed, you can run the following command in your terminal:

```console
$ dart pub global activate domine
$ domine check "example.com" "[1-12]am.co"
```

This command will install all the required dependencies and make `domine` accessible.

> Shout out to [Robert-Jan Keizer's `domainchecker`](https://github.com/KeizerDev/domainchecker) for some inspiration.
## Usage

You can always obtain information about commands by running `domine help`.
Expand Down Expand Up @@ -53,6 +52,8 @@ Check the entire alphabet (or any other range of letters) effortlessly with the

Check multiple popular TLDs simultaneously. Use the asterisk symbol with the `domine check "domine.*"` command to verify domains such as `domine.com`, `domine.org`, and so forth.

> Shout out to [Robert-Jan Keizer's `domainchecker`](https://github.com/KeizerDev/domainchecker) for inspiration.
#### Multiple Queries

Perform multiple domain queries with a single command using the syntax `domine check "[1-12]am.com" "letter-[a-z].com"`.
Expand Down

0 comments on commit 7a639a7

Please sign in to comment.