From 5f808c669e542e36895d1dc383ce60dacea54b63 Mon Sep 17 00:00:00 2001 From: CX330Blake Date: Tue, 10 Dec 2024 15:18:50 +0800 Subject: [PATCH] Update README.md to clarify installation and usage instructions --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b9693d..f139db7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,21 @@ # letsgo - Local Enumeration & Traversal Scanning in Go -# Installation +# Installation && Update + +Install and update use the same command, just run the following command then everything's done. + +```bash +go install github.com/CX330Blake/letsgo@latest +``` # Usage + +Use `letsgo --help` to see the detail usage. + +## Basic usage + +Use the default settings to scan a URL. + +```bash +letsgo --url +```