README
This commit is contained in:
parent
526739fd9c
commit
2480ee6e06
@ -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)
|
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.
|
variables manually before calling cross.
|
||||||
|
|
||||||
|
### Debug Build
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cross build
|
cross build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Release Build
|
||||||
|
|
||||||
|
```sh
|
||||||
|
cross build --release
|
||||||
|
```
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
The [wiki](https://opssat1.esoc.esa.int/projects/experimenter-information/wiki)
|
The [wiki](https://opssat1.esoc.esa.int/projects/experimenter-information/wiki)
|
||||||
|
Loading…
Reference in New Issue
Block a user