Correcting `go run` commands.

Jakub Sobon 2020-12-30 02:22:37 -05:00
parent 489769d039
commit 2f8fc01bda
No known key found for this signature in database
GPG Key ID: F2451A77FB05D3B7
1 changed files with 2 additions and 1 deletions

@ -24,12 +24,13 @@ To install Termdash, run the following command:
```go
go get -u github.com/mum4k/termdash
cd 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
go run termdashdemo/termdashdemo.go
```
## Supported Environments