From a90f48f646b01328e6fea066af6a365b92145165 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 9 Apr 2024 14:24:51 +0200 Subject: [PATCH] additional note on cross --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 511b99a..d729f00 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ This is the primary repository for the ESA OPS-SAT experiment. ## Build +You might need to set the [`CROSS_CONTAINER_ENGINE`](https://github.com/cross-rs/cross/wiki/FAQ#explicitly-choose-the-container-engine) +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. + ```sh cross build ```