diff --git a/README.md b/README.md index aadd4c8..c0b42a6 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,18 @@ You might need to set the [`CROSS_CONTAINER_ENGINE`](https://github.com/cross-rs and [`CROSS_ROOTLESS_CONTAINER_ENGINE`](https://github.com/cross-rs/cross/blob/main/docs/environment_variables.md#configuring-cross-with-environment-variables) variables manually before calling cross. +### Debug Build + ```sh cross build ``` +### Release Build + +```sh +cross build --release +``` + ## Documentation The [wiki](https://opssat1.esoc.esa.int/projects/experimenter-information/wiki)