File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ Select one of the following options to deploy the solution:
188188
1891891 . Go to [ Azure Cloud Shell] ( https://shell.azure.com )
1901902 . Ensure shell type is set to ** Bash**
191- 3 . Install Azure Developer CLI:
191+ 3 . Install Azure Developer CLI (needed only if CLI is not installed) :
192192
193193 ``` bash
194194 curl -fsSL https://aka.ms/install-azd.sh | bash && exec bash
@@ -234,14 +234,20 @@ Select one of the following options to deploy the solution:
234234
2352353 . Ensure shell type is set to Bash
236236
237- 4 . Clone the repository:
237+ 4 . Install Azure Developer CLI (needed only if CLI is not installed):
238+
239+ ``` bash
240+ curl -fsSL https://aka.ms/install-azd.sh | bash && exec bash
241+ ```
242+
243+ 5 . Clone the repository:
238244
239245 ``` bash
240246 git clone https://github.com/microsoft/real-time-intelligence-operations-solution-accelerator.git
241247 cd real-time-intelligence-operations-solution-accelerator
242248 ```
243249
244- 5 . Proceed to [ Step 4: Deploy] ( #step-4-deploy-the-solution )
250+ 6 . Proceed to deployment: [ Step 4: Deploy] ( #step-4-deploy-the-solution )
245251
246252---
247253
You can’t perform that action at this time.
0 commit comments