1
0
Fork 0

Update starting command in readme

This commit is contained in:
Gregory Eremin 2016-07-09 00:18:10 +02:00
parent 33e186c369
commit 27c75a45f7
1 changed files with 1 additions and 1 deletions

View File

@ -64,5 +64,5 @@ $ make run
You can send metrics right from terminal:
```
echo "foo.bar:1|C" | nc -4u -w1 `docker-machine ip` 8126
$ for i in {1..1000}; do echo "foo.bar:1|C" | nc -v -4u -w1 `docker-machine ip` 8126; done
```