Skip to content

Commit e8df625

Browse files
Updated README.md, added binaries
1 parent 3539d0b commit e8df625

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
![mshark_new](https://github.com/user-attachments/assets/ee1b9526-dcae-4ff8-962d-315897e49ed0)
22
# mShark - Mini [Wireshark](https://www.wireshark.org/) written in Go
33

4+
[![Go Reference](https://pkg.go.dev/badge/github.com/shadowy-pycoder/mshark.svg)](https://pkg.go.dev/github.com/shadowy-pycoder/mshark)
5+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6+
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/shadowy-pycoder/mshark)
7+
[![Go Report Card](https://goreportcard.com/badge/github.com/shadowy-pycoder/mshark)](https://goreportcard.com/report/github.com/shadowy-pycoder/mshark)
8+
![GitHub Release](https://img.shields.io/github/v/release/shadowy-pycoder/mshark)
9+
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/shadowy-pycoder/mshark/total)
10+
411

512
## Installation
613

14+
Download release from [Releases](https://github.com/shadowy-pycoder/mshark/releases) Page.
15+
16+
Or install using `go install` (requires Go 1.23+ but may work with older versions):
17+
718
```shell
819
CGO_ENABLED=0 go install -ldflags "-s -w" -trimpath github.com/shadowy-pycoder/mshark/cmd/mshark@latest
920
```

0 commit comments

Comments
 (0)