Skip to content

Commit

Permalink
update readme: installation
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
  • Loading branch information
TomasTomecek committed Jun 3, 2017
1 parent e61905e commit a9b9fb3
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
[![Build Status](https://drone.io/github.com/TomasTomecek/tmux-top/status.png)](https://drone.io/github.com/TomasTomecek/tmux-top/latest)

tmux-top
========

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

```
go get github.com/TomasTomecek/tmux-top/cli
go get github.com/TomasTomecek/tmux-top/cmd/tmux-top
```

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

```
mv ${GOPATH}/bin/{cli,tmux-top}
```

### Manual installation

Expand Down

0 comments on commit a9b9fb3

Please sign in to comment.