-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README.md to clarify installation and usage instructions
- Loading branch information
1 parent
a84b740
commit 5f808c6
Showing
1 changed file
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
``` |