Skip to content

Commit

Permalink
Update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
boiseamit committed Oct 22, 2024
1 parent 028db39 commit f10482a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ $ ./gradlew createJarSSHSearchBTree
$ java -jar build/libs/SSHSearchBTree.jar <arguments>
```

Run the `main` method from `SSHSearchDatabase.java` and pass the [appropriate `<arguments>`](#51-program-arguments):
```bash
$ ./gradlew createJarSSHSearchDatabase
$ java -jar build/libs/SSHSearchDatabase.jar <arguments>
```

## Run the project from an IDE: IntelliJ IDEA, VSCode or Eclipse
### Eclipse
Expand Down

0 comments on commit f10482a

Please sign in to comment.