Update doc for new --install-path option for dapr init (#262)

This commit is contained in:
Leon Mai 2020-02-10 10:57:54 -08:00 committed by GitHub
parent c2e5e5d62b
commit 918e9f6799
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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