Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxfandudeguy authored Aug 13, 2024
1 parent 6896d22 commit 77ed02d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,16 @@ walkdir = "2.3.2"
colored = "2.0.0"
```

Once you have downloaded necessary files you can run:
Once you have downloaded necessary files/packages you can run:

```bash
cargo build
```
Then to scan a directory you can run:

```bash
cargo run ./
```



0 comments on commit 77ed02d

Please sign in to comment.