README: add teardown instructions

This commit is contained in:
Cadey Ratio 2017-08-25 08:01:47 -07:00
parent 83d737c92e
commit ee812a6c69
No known key found for this signature in database
GPG Key ID: D607EE27C2E7F89A
1 changed files with 6 additions and 0 deletions

View File

@ -33,3 +33,9 @@ $ nim up
```
Then head to [Zipkin](http://127.0.0.1:9411) and see the tracing data for each command invocation.
### Teardown
```console
$ nim down
```