mirror of https://github.com/mum4k/termdash.git
Correcting `go run` commands.
parent
489769d039
commit
2f8fc01bda
3
Home.md
3
Home.md
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue