From f8466c696b38cf0190f0a2fd027e77b5c2f7d712 Mon Sep 17 00:00:00 2001 From: FredVH <45260509+FredVH@users.noreply.github.com> Date: Thu, 14 Mar 2024 00:33:21 +0100 Subject: [PATCH] Update install_from_binary.md --- en-US/installation/install_from_binary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en-US/installation/install_from_binary.md b/en-US/installation/install_from_binary.md index e283d56..7d6be88 100644 --- a/en-US/installation/install_from_binary.md +++ b/en-US/installation/install_from_binary.md @@ -13,7 +13,7 @@ The Windows downloads with "mws" have built-in Windows service support; if you u 0. Check that [prerequisites are installed](/docs/installation) 1. Extract the archive. 2. `cd` into the directory that was just created. -3. Execute `./gogs web`. +3. Execute `.\gogs web`. 4. Gogs will start up a HTTP service at port `3000` as default. Browse `/install` for initial configuration (e.g. http://localhost:3000/install). To go further, see [Configuration and run](/docs/installation/configuration_and_run.html).