mirror of https://github.com/dapr/docs.git
Update doc for new --install-path option for dapr init (#262)
This commit is contained in:
parent
c2e5e5d62b
commit
918e9f6799
|
@ -70,6 +70,12 @@ Downloading binaries and setting up components
|
|||
✅ Success! Dapr is up and running
|
||||
```
|
||||
|
||||
If you prefer you can also install to an alternate location by using `--install-path`:
|
||||
|
||||
```
|
||||
$ dapr init --install-path /home/user123/mydaprinstall
|
||||
```
|
||||
|
||||
To see that Dapr has been installed successful, from a command prompt run the `docker ps` command and check that the `daprio/dapr:latest` and `redis` container images are both running.
|
||||
|
||||
### Install a specific runtime version
|
||||
|
|
Loading…
Reference in New Issue