Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
We want the copyable commands in the README to be drop-in; we have one that starts with the `$` to indicate the command should be entered into a shell, but this should be self-explanatory to the audience of this doc.

If they click the copy button this text is noise that will require them to edit the string before running it in the terminal.
  • Loading branch information
justinkambic authored Oct 9, 2024
1 parent acffaa7 commit aa75885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ On a mac you can easily install these prerequisites with: `brew install minikube
- Set up [Minikube](https://minikube.sigs.k8s.io/docs/)

```
$ helm install --namespace kube-system nginx ingress-nginx --repo https://kubernetes.github.io/ingress-nginx
helm install --namespace kube-system nginx ingress-nginx --repo https://kubernetes.github.io/ingress-nginx
```

## Fast Track Startup
Expand Down

0 comments on commit aa75885

Please sign in to comment.