Skip to content

Commit 6dcd21e

Browse files
authored
Merge pull request #51 from sa2c/update
DOC: add a brief installation instruction
2 parents 5852999 + fd092ec commit 6dcd21e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,11 @@ if [ $? -ge 2 ]; then
5151
ssh-agent -a "$SSH_AUTH_SOCK" >/dev/null
5252
fi
5353
export SSH_AGENT_PID=$(pgrep ssh-agent)
54+
```
55+
56+
# Install
57+
We do not provide ready-to-install packages at the moment,
58+
but you can use the following command to install the latest version of Rynner:
59+
```shell
60+
pip install git+https://github.com/sa2c/Rynner.git
5461
```

0 commit comments

Comments
 (0)