Skip to content

Commit 77ed02d

Browse files
Update README.md
1 parent 6896d22 commit 77ed02d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,16 @@ walkdir = "2.3.2"
3232
colored = "2.0.0"
3333
```
3434

35-
Once you have downloaded necessary files you can run:
35+
Once you have downloaded necessary files/packages you can run:
3636

3737
```bash
3838
cargo build
3939
```
40+
Then to scan a directory you can run:
41+
42+
```bash
43+
cargo run ./
44+
```
45+
46+
4047

0 commit comments

Comments
 (0)