diff --git a/cli/README.md b/cli/README.md index 5d58c528..06e7ad63 100644 --- a/cli/README.md +++ b/cli/README.md @@ -6,6 +6,9 @@ First, run "jar" gradle task in cli project. Then, you can use the CLI with the following command: ```shell -java -cp "java-pfb-cli/build/libs/java-pfb-cli.jar" bio.terra.pfb.JavaPfbCommand +java -cp "cli/build/libs/java-pfb-cli.jar" bio.terra.pfb.JavaPfbCommand ``` -Only command right now: "hello" \ No newline at end of file +Available Commands: +- hello +- --version +- --help \ No newline at end of file