Skip to content

Commit c344238

Browse files
authored
Update README.md
1 parent 44c5eb3 commit c344238

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ When you use mksub's `-l` parameter, it will generate all subdomain combinations
1313
# Installation
1414

1515
## Binary
16-
Binaries are available in the [latest release](https://github.com/trickest/mksub/releases/latest)
16+
Binaries are available in the [latest release](https://github.com/trickest/mksub/releases/latest).
1717

1818
## Docker
1919
```
@@ -55,7 +55,7 @@ foo.bar
5555
prod
5656
```
5757
```shell script
58-
> mksub -d example.com -l 2 -w input.txt -r "^[a-zA-Z0-9\.-_]+$"
58+
$ mksub -d example.com -l 2 -w input.txt -r "^[a-zA-Z0-9\.-_]+$"
5959
dev.example.com
6060
foo.bar.example.com
6161
prod.example.com
@@ -69,8 +69,12 @@ dev.prod.example.com
6969
foo.bar.prod.example.com
7070
prod.prod.example.com
7171
```
72+
73+
## Report Bugs / Feedback
74+
We look forward to any feedback you want to share with us or if you're stuck with a problem you can contact us at [support@trickest.com](mailto:support@trickest.com). You can also create an [Issue](https://github.com/trickest/mksub/issues/new) or pull request on the Github repository.
75+
7276
# Where does this fit in your methodology?
7377
Mksub is an integral part of the [Inventory](https://github.com/trickest/inventory) workflow and many other workflows in the Trickest store. Sign up on [trickest.com](https://trickest.com) to get access to these workflows or build your own from scratch!
78+
79+
7480
[<img src="./banner.png" />](https://trickest-access.paperform.co/)
75-
## Report Bugs / Feedback
76-
We look forward to any feedback you want to share with us or if you're stuck with a problem you can contact us at [support@trickest.com](mailto:support@trickest.com). You can also create an [Issue](https://github.com/trickest/mksub/issues/new) or pull request on the Github repository.

0 commit comments

Comments
 (0)