Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en-US/installation/install_from_binary.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down