We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c54b88 commit b481bd7Copy full SHA for b481bd7
README.md
@@ -2,6 +2,14 @@ This crate is a tool for multi-threaded brute forcing passwords of a file encryp
2
3
Requires rust nightly.
4
5
+# Installation
6
+
7
+The crate currently is not hosted on crates.io. To install by building locally, run
8
9
+```bash
10
+rustup run nightly cargo install --git https://github.com/wgslr/vimbrute.git --branch=stable vimbrute
11
+```
12
13
# Usage
14
15
```bash
0 commit comments