diff --git a/README.md b/README.md new file mode 100644 index 0000000..7aa73a6 --- /dev/null +++ b/README.md @@ -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@:~ +ssh nao@ +./qitop +``` + +Remote: + +``` +printf "nao\nnao\n" > ~/.qi-auth.conf +./qitop -qi-url tcps://10.0.164.195:9443 +```