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
21
21
The Delphi CLI checks the provided query and passes it on to the web API of the configured platform.
22
22
The results are printed to the console by default.
23
23
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
+
24
36
## How can I use it?
25
37
26
38
The 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.
29
41
Our software is available as a binary release on [ GitHub] ( https://github.com/delphi-hub/delphi-cli/releases ) .
30
42
31
43
```
32
- $ delphi-cli --help
44
+ $ delphi --help
33
45
Delphi Command Line Tool (1.0.0-SNAPSHOT)
34
- Usage: delphi-cli [test|retrieve|search] [options] <args>...
46
+ Usage: delphi [test|retrieve|search] [options] <args>...
35
47
36
48
--version Prints the version of the command line tool.
37
49
--help Prints this help text.
You can’t perform that action at this time.
0 commit comments