Skip to content

Commit

Permalink
Better README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
damonYuan committed Jun 17, 2021
1 parent 2b73a6f commit 2a1d734
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Expand Up @@ -9,4 +9,13 @@ A file scanner to deep search strings inside a file / Zip file / folder.

# Usage

`java -jar deepfinder.jar <PATH> <String1> <String2> ...`
`java -jar deepfinder.jar <PATH> <String1> <String2> ...`

eg.,
```
# java -jar target/deepfinder-1.0-SNAPSHOT.jar target/deepfinder-1.0-SNAPSHOT.jar deepfinder
Scanning path is: /Users/damon/Desktop/deepfinder/target/deepfinder-1.0-SNAPSHOT.jar
Strings to find are: [deepfinder]
/Users/damon/Desktop/deepfinder/target/deepfinder-1.0-SNAPSHOT.jar$META-INF/MANIFEST.MF contains deepfinder
```

0 comments on commit 2a1d734

Please sign in to comment.