From 1e3d77e7eab404fba0d46c16080447b816884a8c Mon Sep 17 00:00:00 2001 From: Mehrdad Amini Date: Tue, 10 Dec 2024 19:36:26 +0300 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 104dcb9..19e2283 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,24 @@ If you find this project helpful or interesting, please consider giving it a sta - **Bounceable/non-bounceable**: Option to generate bounceable or non-bounceable addresses. - **Real-time logging**: Logs the number of addresses processed every second. +## Quick Start +### Linux +```bash +# Download and make executable +curl -sSfL https://github.com/ariadata/tongen/releases/latest/download/tongen-linux -o tongen && chmod +x tongen + +# Generate V5R2 address ending with "_Cool" (case-sensitive) +./tongen -suffix="_Cool" -case-sensitive=true -version=5 +``` +### Windows +```bash +# Download +curl -sSfL https://github.com/ariadata/tongen/releases/latest/download/tongen-windows.exe -o tongen.exe + +# Generate V5R2 address ending with "_Cool" (case-sensitive) +.\tongen.exe -suffix="_Cool" -case-sensitive=true -version=5 +``` + ## Installation 1. Ensure you have [Go installed](https://go.dev/doc/install).