adjust readme
This commit is contained in:
parent
a20d3ff9e5
commit
3c6ce2ea31
1 changed files with 6 additions and 2 deletions
|
@ -50,11 +50,15 @@ under development - we are working hard on seting up our environments using prov
|
||||||
### Examples
|
### Examples
|
||||||
#### Provision a basic desktop workplace locally
|
#### Provision a basic desktop workplace locally
|
||||||
|
|
||||||
`provs-desktop.jar basic local`
|
```bash
|
||||||
|
provs-desktop.jar basic local`
|
||||||
|
```
|
||||||
|
|
||||||
#### Provision an office desktop workplace remotely
|
#### Provision an office desktop workplace remotely
|
||||||
|
|
||||||
`provs-desktop.jar office myuser@myhost.com -p`
|
```bash
|
||||||
|
provs-desktop.jar office myuser@myhost.com -p`
|
||||||
|
```
|
||||||
|
|
||||||
You'll be prompted for the password of the remote user due to option `-p`.
|
You'll be prompted for the password of the remote user due to option `-p`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue