Skip to content

Commit b2b0f3d

Browse files
authored
Update README.md
1 parent 07c660b commit b2b0f3d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

multipass/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,8 @@
44

55
## 1. Pre-requisites
66

7-
Install [Multipass](https://multipass.run/)[^1] and Terraform for your operating system. **NOTE:** you will need to use `v1.10.1` as later versions crash with the Terraform Provider. On a Mac you can also install via [Homebrew](https://brew.sh/) e.g.
7+
Install [Multipass](https://multipass.run/)[^1] and Terraform for your operating system. **NOTE:** you will need to use `v1.10.1` as later versions crash with the Terraform Provider. The Homebrew Cask `multipass.rb` is included in this directory. On a Mac you can also install via [Homebrew](https://brew.sh/) e.g.
88

9-
```text
10-
brew install multipass
11-
brew install terraform
12-
```
139

1410
## 2. Clone workshop repository
1511

@@ -23,6 +19,11 @@ git clone https://github.com/splunk/observability-workshop
2319
cd observability-workshop/multipass
2420
```
2521

22+
```text
23+
brew install multipass.rb
24+
brew install terraform
25+
```
26+
2627
## 4. Initialise Terraform
2728

2829
```bash

0 commit comments

Comments
 (0)