Skip to content

Commit

Permalink
For install via go install
Browse files Browse the repository at this point in the history
  • Loading branch information
Lercas committed May 28, 2024
1 parent 80a8fbc commit 26a7d92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ cd SneakPeeker
go build -o sneakpeeker main.go
```

Or you can install:
```bash
go install github.com/Lercas/SneakPeeker@v1.0.0
```

## Usage

```bash
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SneakPeeker
module github.com/Lercas/SneakPeeker

go 1.21

0 comments on commit 26a7d92

Please sign in to comment.