From 13c1ce36558a1896b1074241dedf4de24dbca80c Mon Sep 17 00:00:00 2001 From: Young Bu Park Date: Tue, 8 Oct 2019 11:33:45 -0700 Subject: [PATCH] Add docker prereq (#81) --- getting-started/readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/getting-started/readme.md b/getting-started/readme.md index 260394118..adc6659d3 100644 --- a/getting-started/readme.md +++ b/getting-started/readme.md @@ -13,7 +13,9 @@ Once Dapr is installed, you can try out the [dapr samples](https://github.com/da - [Installing Dapr on Kubernetes cluster](#installing-dapr-on-a-kubernetes-cluster) ## Prerequisites -Download the [Dapr CLI](https://github.com/dapr/cli/releases), unpack it and move it to your desired location. + +* Install [Docker](https://docs.docker.com/install/) +* Download the [Dapr CLI](https://github.com/dapr/cli/releases), unpack it and move it to your desired location. > For Mac/Linux - `/usr/local/bin`.