From 918e9f6799b8125a0545da642ed7e5fb6e521047 Mon Sep 17 00:00:00 2001 From: Leon Mai Date: Mon, 10 Feb 2020 10:57:54 -0800 Subject: [PATCH] Update doc for new --install-path option for dapr init (#262) --- getting-started/environment-setup.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/getting-started/environment-setup.md b/getting-started/environment-setup.md index 00c298e89..5b47d8249 100644 --- a/getting-started/environment-setup.md +++ b/getting-started/environment-setup.md @@ -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