[skip ci] update README.md
This commit is contained in:
parent
fd0440fc2f
commit
1b7e2824ce
1 changed files with 2 additions and 4 deletions
|
@ -12,9 +12,6 @@ provs provides cli-based tools for
|
||||||
|
|
||||||
Tasks can be run locally or remotely.
|
Tasks can be run locally or remotely.
|
||||||
|
|
||||||
## Status
|
|
||||||
|
|
||||||
under development - though we already set up a few IDEs and servers with provs.
|
|
||||||
|
|
||||||
## Try out
|
## Try out
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
@ -28,8 +25,9 @@ under development - though we already set up a few IDEs and servers with provs.
|
||||||
* Download the latest `provs-desktop.jar`,`provs-server.jar` and/or `provs-syspec.jar` from: https://gitlab.com/domaindrivenarchitecture/provs/-/releases
|
* Download the latest `provs-desktop.jar`,`provs-server.jar` and/or `provs-syspec.jar` from: https://gitlab.com/domaindrivenarchitecture/provs/-/releases
|
||||||
* Preferably into `/usr/local/bin` or any other folder where executables can be found by the system
|
* Preferably into `/usr/local/bin` or any other folder where executables can be found by the system
|
||||||
* Make the jar-file executable e.g. by `chmod +x provs-desktop.jar`
|
* Make the jar-file executable e.g. by `chmod +x provs-desktop.jar`
|
||||||
|
* Check with `provs-desktop.jar -h` to show help information
|
||||||
|
|
||||||
#### Build the binaries
|
###### Build the binaries
|
||||||
|
|
||||||
Instead of downloading the binaries you can build them yourself
|
Instead of downloading the binaries you can build them yourself
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue