Update README.md

This commit is contained in:
Blerim Sheqa 2021-09-23 14:17:23 +02:00
parent c2b9c59e79
commit feba0a3b32
1 changed files with 3 additions and 2 deletions

View File

@ -25,7 +25,7 @@ for more information
#### Requirements
* [Golang](https://golang.org/dl/) 1.13
* [Golang](https://golang.org/dl/) 1.16
#### Clone
@ -65,8 +65,9 @@ vendoring as described above. To build packages of your beat, run the following
command:
```shell
export PLATFORMS="linux/amd64 linux/386"
mage package
```
This will fetch and create all images required for the build process. The whole
process can take several minutes to finish.
process can take several minutes to finish.