Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indicate when a fresh terminal is required, in the instructions. #81

Merged
merged 4 commits into from Mar 11, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 `wamtime-spin-v2`:
In a fresh terminal, run the following command to create a Runtime Class named `wamtime-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