Skip to content

Commit a9b9fb3

Browse files
committed
update readme: installation
Signed-off-by: Tomas Tomecek <[email protected]>
1 parent e61905e commit a9b9fb3

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
[![Build Status](https://drone.io/github.com/TomasTomecek/tmux-top/status.png)](https://drone.io/github.com/TomasTomecek/tmux-top/latest)
2-
31
tmux-top
42
========
53

@@ -28,14 +26,11 @@ This tool is written in [Go](http://golang.org/). If you want to compile it, you
2826
### Go distribution
2927

3028
```
31-
go get github.com/TomasTomecek/tmux-top/cli
29+
go get github.com/TomasTomecek/tmux-top/cmd/tmux-top
3230
```
3331

34-
When the command succeeds, `tmux-top` is placed in directory `${GOPATH}/bin` and named `cli`. You can rename it easily:
32+
When the command succeeds, `tmux-top` binary is placed in directory `${GOPATH}/bin`.
3533

36-
```
37-
mv ${GOPATH}/bin/{cli,tmux-top}
38-
```
3934

4035
### Manual installation
4136

0 commit comments

Comments
 (0)