Skip to content

Commit

Permalink
Fix verification instructions (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksnyder authored Nov 13, 2018
1 parent f4060f3 commit 6ff592c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
kubectl 1.9.x:
```bash
kubectl port-forward $(kubectl get pod -l app=sourcegraph-frontend -o template --template="{{(index .items 0).metadata.name}}") 30080:3080
kubectl port-forward $(kubectl get pod -l app=sourcegraph-frontend -o template --template="{{(index .items 0).metadata.name}}") 3080
```
kubectl 1.10.0 or later:
```
kubectl port-forward svc/sourcegraph-frontend 30080
kubectl port-forward svc/sourcegraph-frontend 3080:30080
```
Open http://localhost:30080 in your browser and you will see a setup page. Congrats, you have Sourcegraph up and running!
Expand Down

0 comments on commit 6ff592c

Please sign in to comment.