We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca1519b commit 37149bbCopy full SHA for 37149bb
1 file changed
README.md
@@ -20,10 +20,10 @@ The main goal of this is having Ricin working on every Linux distribution withou
20
21
Downloading and running Ricin is simple as doing the following:
22
```shell
23
-# Assuming that the current version is 0.1.1
24
-wget https://cdn.ricin.im/ricin-0.1.1.app
25
-chmod a+x ricin-0.1.1.app
26
-./ricin-0.1.1.app
+# Assuming that the current version is 0.2.1
+wget https://cdn.ricin.im/linux/ricin-0.2.1.app
+chmod a+x ricin-0.2.1.app
+./ricin-0.2.1.app
27
```
28
29
## Windows
0 commit comments