Skip to content

Commit

Permalink
Merge pull request #51 from sa2c/update
Browse files Browse the repository at this point in the history
DOC: add a brief installation instruction
  • Loading branch information
vkhodygo authored Jun 10, 2021
2 parents 5852999 + fd092ec commit 6dcd21e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,11 @@ if [ $? -ge 2 ]; then
ssh-agent -a "$SSH_AUTH_SOCK" >/dev/null
fi
export SSH_AGENT_PID=$(pgrep ssh-agent)
```

# Install
We do not provide ready-to-install packages at the moment,
but you can use the following command to install the latest version of Rynner:
```shell
pip install git+https://github.com/sa2c/Rynner.git
```

0 comments on commit 6dcd21e

Please sign in to comment.