Skip to content

Commit 4bc5717

Browse files
Update README.md
1 parent 70c1ad2 commit 4bc5717

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ A smokeping-like network tool.One binary file,
66
Just scp and run
77

88
```bash
9-
cd /home
9+
#install
10+
cd /home/pingping/
1011
wget https://github.com/githubflyideas/pingping/releases/download/v2.11.2/pingping-v2.11.2-linux-amd64.tar.gz
11-
1212
tar -zxvf pingping-v2.11.2-linux-amd64.tar.gz
1313

14-
cd pingping-v2.11.2-linux-amd64
14+
#run
1515
./pingping user=admin passwd=admin
1616
```
1717
Open http://localhost:8517 and watch your first puff of network smoke.
@@ -38,11 +38,6 @@ PingPing is a lightweight network latency and link quality visualization tool.
3838

3939
It may not be as powerful or feature-rich as Smokeping, but it's ridiculously lightweight.
4040

41-
Single binary
42-
No Docker
43-
No database
44-
No web server
45-
Plain text configuration. Edit targets with your favorite editor—or even a single echo command.
4641

4742

4843

0 commit comments

Comments
 (0)