Skip to content

Commit

Permalink
fix: correctly spell "miscellaneous" and added helm install-instructi…
Browse files Browse the repository at this point in the history
…ons (#253)
  • Loading branch information
FilipHarald authored Jan 13, 2025
1 parent 4aa026b commit 7c87511
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Requirements:

- [minikube](https://minikube.sigs.k8s.io/docs/start/)
- [skaffold](https://skaffold.dev/docs/install/)
- [helm](https://helm.sh/docs/intro/install/)
- [yarn](https://yarnpkg.com/getting-started/install)

**terminal 1:**
Expand All @@ -22,7 +23,7 @@ minikube start --kubernetes-version=v1.25.3 --cpus max --memory max && skaffold

```sh
# It will end with keeping the terminal open for the tunnel.
./scripts/miscallaneous.sh
./scripts/miscellaneous.sh
```

Now you can access the explorer at http://explorer-ui.localhost and also...
Expand Down

0 comments on commit 7c87511

Please sign in to comment.