From f5cf9a8355c46fa5619c03465178b51171ac30b9 Mon Sep 17 00:00:00 2001 From: Aidan Fitzgerald Date: Sat, 9 Mar 2019 16:15:45 -0500 Subject: Copyedit docs (#6275) --- docs/content/doc/installation/windows-service.en-us.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/doc/installation/windows-service.en-us.md') diff --git a/docs/content/doc/installation/windows-service.en-us.md b/docs/content/doc/installation/windows-service.en-us.md index 9f2968ae02..6a4b33cb3f 100644 --- a/docs/content/doc/installation/windows-service.en-us.md +++ b/docs/content/doc/installation/windows-service.en-us.md @@ -46,7 +46,7 @@ sc create gitea start= auto binPath= ""C:\gitea\gitea.exe" web --config "C:\gite Do not forget to replace `C:\gitea` with the correct Gitea directory. Open "Windows Services", search for the service named "gitea", right-click it and click on -"Run". If everything is OK Gitea will be reachable on `http://localhost:3000` (or the port +"Run". If everything is OK, Gitea will be reachable on `http://localhost:3000` (or the port that was configured). ## Unregister as a service -- cgit v1.2.3