Skip to content

Commit

Permalink
Add build commands to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kdkaergaard committed Jan 11, 2018
1 parent 90cfb2d commit bdd2986
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,12 @@ The Utility currently supports three features.
* Delete Gameserver Account by ID (SteamID)

If the utility receives an X-error_message Response Header, it will log the message to console, and exit.

## Build commands

```sh
# Windows
GOOS=windows GOARCH=amd64 go build -o sgtu.exe main.go
# Linux
GOOS=linux GOARCH=amd64 go build -o sgtu main.go
```

0 comments on commit bdd2986

Please sign in to comment.