From 2480ee6e063c7972a9ff17001afaaabebb07c55e Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 9 Apr 2024 15:59:22 +0200 Subject: [PATCH] README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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)