mirror of
https://github.com/longsleep/realtimetraffic.git
synced 2024-12-22 13:32:18 +01:00
Update docs
This commit is contained in:
parent
83f37f2ce7
commit
283c77963e
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ Getting started:
|
|||
$ unzip rtt.zip
|
||||
$ cd realtimetraffic-master
|
||||
$ make
|
||||
$ ./bin/realtimetraffic
|
||||
$ ./bin/realtimetrafficd
|
||||
|
||||
Now just open up your browser:
|
||||
|
||||
|
@ -27,7 +27,7 @@ See the usage information (-h) for options.
|
|||
The trafficserver is basically a Websocket server pushing traffic data to any connected client.
|
||||
|
||||
```
|
||||
Usage of ./bin/realtimetraffic:
|
||||
Usage of ./bin/realtimetrafficd:
|
||||
-listen="127.0.0.1:8088": Listen address.
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue