Skip to content

Commit 74da9d4

Browse files
ferhatyadamjensenbot
authored andcommitted
updated README.md for macOS installation using Homebrew
1 parent 7f966b4 commit 74da9d4

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ First, set the variables corresponding to your set-up:
7777

7878
```
7979
OS=linux # possible values: linux,windows,darwin
80-
ARCH=amd64 # possible values: amd64,arm64
80+
ARCH=amd64 # possible values: amd64,arm64
8181
```
8282

8383
Then, you should execute the following commands to install the latest version of liqoctl:
@@ -90,6 +90,12 @@ sudo mv "liqoctl-${OS}-${ARCH}" /usr/local/bin/liqoctl
9090

9191
Alternatively, you can directly download liqoctl from the [Liqo releases](https://github.com/liqotech/liqo/releases/) page on GitHub.
9292

93+
#### Install on macOS
94+
95+
```
96+
brew install liqoctl
97+
```
98+
9399

94100
### __Provision__ two KinD clusters.
95101

@@ -121,7 +127,7 @@ kubectl create namespace liqo-demo
121127
kubectl label namespace liqo-demo liqo.io/enabled=true
122128
```
123129

124-
Deploy the [Google microservice Shop](https://github.com/GoogleCloudPlatform/microservices-demo) application.
130+
Deploy the [Google microservice Shop](https://github.com/GoogleCloudPlatform/microservices-demo) application.
125131

126132
```bash
127133
kubectl apply -f https://get.liqo.io/app.yaml -n liqo-demo

0 commit comments

Comments
 (0)