Skip to content

Commit b481bd7

Browse files
committed
Add install instruction
1 parent 7c54b88 commit b481bd7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ This crate is a tool for multi-threaded brute forcing passwords of a file encryp
22

33
Requires rust nightly.
44

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+
513
# Usage
614

715
```bash

0 commit comments

Comments
 (0)