Skip to content

Commit

Permalink
Update README.md to clarify installation and usage instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
CX330Blake committed Dec 10, 2024
1 parent a84b740 commit 5f808c6
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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 <https://example.com>
```

0 comments on commit 5f808c6

Please sign in to comment.