Update community/customization/wings.md

Co-authored-by: Jakob <dev@schrej.net>
This commit is contained in:
DomiiBunn 2020-12-11 23:51:17 +01:00 committed by GitHub
parent c8793c3ccd
commit 531ee999a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ By default, Go targets the system it is executed on. Therefore, the easiest way
You need to have an up-to-date version of the Go tools installed. See the [official instructions](https://golang.org/doc/install) for help with setting those up.
### Building
Run the following command in your code directory
Running the following command in your local clone of the repository to compile wings into a binary.
```bash
go build
```