Update the "Build System" section script on CONTRIBUTING.md

This commit is contained in:
Ribbon 2024-09-20 21:54:54 +00:00 committed by Jeremy Soller
parent 9f8a6e02e9
commit 0b1eab8bfd

View file

@ -100,11 +100,11 @@ To download the build system use the following commands:
(You need to have [curl](https://curl.se/) installed on your system)
```sh
curl -sf https://gitlab.redox-os.org/redox-os/redox/raw/master/bootstrap.sh -o bootstrap.sh
curl -sf https://gitlab.redox-os.org/redox-os/redox/raw/master/podman_bootstrap.sh -o podman_bootstrap.sh
```
```sh
time bash -e bootstrap.sh
time bash -e podman_bootstrap.sh
```
To start the compilation of the default recipes run the command below: