Skip to content

Commit d0ddd15

Browse files
committed
Update note on bash for MacOS
Closes: #202 Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 25e9339 commit d0ddd15

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

lab1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ You can install the OpenFaaS CLI using the official bash script, `brew` is also
4444
With MacOS or Linux run the following in a Terminal:
4545

4646
```sh
47+
# MacOS users may need to run "bash" first if this command fails
4748
$ curl -sLSf https://cli.openfaas.com | sudo sh
4849
```
4950

lab1b.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ There are three ways to install OpenFaaS and you can pick whatever makes sense f
212212
For MacOS / Linux:
213213

214214
```sh
215+
# MacOS users may need to run "bash" first if this command fails
215216
curl -SLsf https://dl.get-arkade.dev/ | sudo sh
216217
```
217218

@@ -237,6 +238,8 @@ If you're using a local Kubernetes cluster or a VM, then run:
237238
arkade install openfaas
238239
```
239240

241+
In a later lab, we'll show you how to set up a custom domain with TLS using Kubernetes Ingress.
242+
240243
#### Or install with helm (advanced)
241244

242245
If you prefer, you can install OpenFaaS using the [helm chart](https://github.com/openfaas/faas-netes/blob/master/chart/openfaas/README.md) instructions.

translations/ja/lab1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ $ docker login
7575
OpenFaaS CLIはMacであれば `brew` でインストールできますし、MacやLinuxであれば下記コマンドでインストールできます:
7676

7777
```
78+
# MacOS users may need to run "bash" first if this command fails
7879
$ curl -sL cli.openfaas.com | sudo sh
7980
```
8081

0 commit comments

Comments
 (0)