Skip to content

Commit 379c118

Browse files
committed
Update README.md
1 parent cecf1ee commit 379c118

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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)
@@ -19,12 +19,6 @@
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

3024
Simply 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
5347
To 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
5752
go install github.com/sheepla/pingu@latest
5853
```
5954

0 commit comments

Comments
 (0)