File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ First, set the variables corresponding to your set-up:
7777
7878```
7979OS=linux # possible values: linux,windows,darwin
80- ARCH=amd64 # possible values: amd64,arm64
80+ ARCH=amd64 # possible values: amd64,arm64
8181```
8282
8383Then, 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
9191Alternatively, 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
121127kubectl 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
127133kubectl apply -f https://get.liqo.io/app.yaml -n liqo-demo
You can’t perform that action at this time.
0 commit comments