Skip to content

Commit

Permalink
Fix typo in windows guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
walkline committed Mar 25, 2024
1 parent 12b2efb commit 51ee8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/RunNonDockerWinWSLAzerothCore.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ go build -o bin/game-load-balancer.exe apps/game-load-balancer/cmd/game-load-bal
go build -o bin/servers-registry.exe apps/servers-registry/cmd/servers-registry/main.go
go build -o bin/guidserver.exe apps/guidserver/cmd/guidserver/main.go
go build -o bin/guildserver.exe apps/guildserver/cmd/guildserver/main.go
go build -o bin/groupserver.exe apps/guildserver/cmd/groupserver/main.go
go build -o bin/groupserver.exe apps/groupserver/cmd/groupserver/main.go
go build -o bin/mailserver.exe apps/mailserver/cmd/mailserver/main.go
```
4. Now in `bin` directory you should see 9 .exe files. We will get back to them on Setup & Run steps.
Expand Down

0 comments on commit 51ee8aa

Please sign in to comment.