Updated Home (markdown)

Jakub Sobon 2019-03-30 18:07:44 -04:00
parent 2b730d48db
commit dc3f0c0625
1 changed files with 2 additions and 2 deletions

@ -25,13 +25,13 @@ To explore more advanced use cases, refer to the Examples, the Tutorials and the
To install Termdash, run the following command:
```
```go
go get -u github.com/mum4k/termdash
```
Next try running the [termdashdemo.go](https://github.com/mum4k/termdash/blob/master/termdashdemo/termdashdemo.go) binary.
```
```go
go run github.com/mum4k/termdash/termdashdemo/termdashdemo.go
```