Skip to content

Commit

Permalink
Merge pull request #81 from spinkube/tpmccallum-patch-3
Browse files Browse the repository at this point in the history
Indicate when a fresh terminal is required, in the instructions.
  • Loading branch information
ThorstenHans committed Mar 11, 2024
2 parents fcca22b + d73174d commit 668bc71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/spin-operator/tutorials/running-locally.md
Expand Up @@ -48,7 +48,7 @@ Run the following command to run the Spin Operator locally:
make run
```

Run the following command to create a Runtime Class named `wasmtime-spin-v2`:
In a fresh terminal, run the following command to create a Runtime Class named `wasmtime-spin-v2`:

```console
kubectl apply -f - <<EOF
Expand Down Expand Up @@ -120,7 +120,7 @@ Forwarding from 127.0.0.1:8083 -> 80
Forwarding from [::1]:8083 -> 80
```

Run the following command, in a different terminal window:
In a fresh terminal, run the following command:

```console
curl localhost:8083/hello
Expand Down

0 comments on commit 668bc71

Please sign in to comment.