Add local building instructions.

This commit is contained in:
Renan DelValle 2019-03-22 20:52:20 -07:00
parent 724fdd8799
commit fa2249bdba
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

View file

@ -8,6 +8,10 @@ See the [documentation](docs/australis.md) for more information.
## Status
Australis is a work in progress and does not support all the features of Apache Aurora.
### Build locally
This project uses go mods. To build locally run:
`$ go build -o australis main.go`
### Building debian package
From the inside of the deb-packaging folder, run [build_deb.sh](deb-packaging/build_deb.sh)