We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95d1b92 + d63b089 commit f247a65Copy full SHA for f247a65
1 file changed
README.md
@@ -7,11 +7,13 @@ from pypi:
7
`pipx install revealhashed`
8
9
from github:
10
-`pipx install git+https://github.com/crosscutsaw/revealhashed-python`
+`pipx install git+https://github.com/crosscutsaw/revealhashed-python`
11
12
-## don't want to install?
+from deb package:
13
+`wget https://github.com/crosscutsaw/revealhashed-python/releases/latest/download/revealhashed_0.1.3_all.deb; apt install ./revealhashed_0.1.3_all.deb'`
14
-grab revealhashed binary from [releases](https://github.com/crosscutsaw/revealhashed-python/releases/latest) section.
15
+## don't want to install?
16
+grab revealhashed binary from [here](https://github.com/crosscutsaw/revealhashed-python/releases/latest/download/revealhashed).
17
18
## how to use
19
```
0 commit comments