diff --git a/Home.md b/Home.md index 049f907..b9debbe 100644 --- a/Home.md +++ b/Home.md @@ -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 ```