File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 1010
1111# 🐧 pingu
1212
13- ` ping ` command implementation but with pingu ascii art
13+ ` ping ` command implementation in Go but with colorful output and pingu ascii art
1414
1515
1616![ Language: Go ] ( https://img.shields.io/static/v1?label=Language&message=Go&color=blue&style=flat-square )
1919
2020</div >
2121
22- <div align =" center " >
23-
24- <img src =" https://user-images.githubusercontent.com/62412884/173192079-a6229925-2575-476c-9bb1-b5f0c6e2dbfc.png " width =" 70% " alt =" screenshot " />
25-
26- </div >
27-
2822## Usage
2923
3024Simply specify the target host name or IP address in the first argument e.g. ` pingu github.com ` or ` pingu 13.114.40.48 ` .
@@ -52,8 +46,9 @@ You can download executable binaries from the latest release page.
5246
5347To build from source, clone this repository then run ` make build ` or ` go install ` . Develo* ping* on ` go1.18.3 linux/amd64 ` .
5448
55- Another way to install it if you have go in your machine just
56- ```
49+ Another way to install it if you have go in your machine just:
50+
51+ ``` sh
5752go install github.com/sheepla/pingu@latest
5853```
5954
You can’t perform that action at this time.
0 commit comments