From 70e4b1a6e06cd18c205cd4d0b35614b0c321becf Mon Sep 17 00:00:00 2001 From: Nick Snyder Date: Thu, 20 Dec 2018 15:52:56 -0800 Subject: [PATCH] Update install.md --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 6386ea5c03b7..edf5e07f071b 100644 --- a/docs/install.md +++ b/docs/install.md @@ -62,7 +62,7 @@ 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! + Open http://localhost:3080 in your browser and you will see a setup page. Congrats, you have Sourcegraph up and running! 1. Now [configure your deployment](configure.md).