Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lugu committed Mar 8, 2019
1 parent ac23e35 commit 080bc7e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# qitop

List the most used methods.

## Installation

```
export CGO_ENABLED=0
go get github.com/lugu/qitop
```
## Usage

Local:

```
scp qitop nao@<robotip>:~
ssh nao@<robotip>
./qitop
```

Remote:

```
printf "nao\nnao\n" > ~/.qi-auth.conf
./qitop -qi-url tcps://10.0.164.195:9443
```

0 comments on commit 080bc7e

Please sign in to comment.