Skip to content

Commit

Permalink
Fix typo in win guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
walkline authored Mar 29, 2024
1 parent 51ee8aa commit ffd21e7
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 @@ -37,7 +37,7 @@ Let's start with building libsidecar.
1. To build libsidecar you need to have Go installed in WSL as well. So please follow *Linux* instructions described here: https://go.dev/doc/install.
2. Open ToCloud9 folder downloaded from previous steps in WSL terminal and run the next command:
```
build -o bin/libsidecar.so -buildmode=c-shared ./game-server/libsidecar/
go build -o bin/libsidecar.so -buildmode=c-shared ./game-server/libsidecar/
```
3. Download AzerothCore sources with cluster mode support using git in some folder, example:
```
Expand Down

0 comments on commit ffd21e7

Please sign in to comment.