We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5852999 + fd092ec commit 6dcd21eCopy full SHA for 6dcd21e
README.md
@@ -51,4 +51,11 @@ if [ $? -ge 2 ]; then
51
ssh-agent -a "$SSH_AUTH_SOCK" >/dev/null
52
fi
53
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
61
```
0 commit comments