File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,18 @@ It can be used in an automated context to automatically construct fitting item s
2121The Delphi CLI checks the provided query and passes it on to the web API of the configured platform.
2222The results are printed to the console by default.
2323
24+ ## How do I run Delphi CLI?
25+
26+ ```
27+ $ git clone https://github.com/delphi-hub/delphi-cli.git
28+ $ cd delphi-cli/
29+ $ sbt stage
30+ $ cd target/universal/stage/bin
31+ $ ./delphi [command] [options]
32+ ```
33+
34+ For the different commands and options, see [ How can I use it?] ( #how-can-i-use-it )
35+
2436## How can I use it?
2537
2638The Delphi CLI is running on the Java Virtual Machine.
@@ -29,9 +41,9 @@ We require a Java Runtime Environment (JRE) in version 8 or newer.
2941Our software is available as a binary release on [ GitHub] ( https://github.com/delphi-hub/delphi-cli/releases ) .
3042
3143```
32- $ delphi-cli --help
44+ $ delphi --help
3345Delphi Command Line Tool (1.0.0-SNAPSHOT)
34- Usage: delphi-cli [test|retrieve|search] [options] <args>...
46+ Usage: delphi [test|retrieve|search] [options] <args>...
3547
3648 --version Prints the version of the command line tool.
3749 --help Prints this help text.
You can’t perform that action at this time.
0 commit comments