From 0b1eab8bfd1df11e8455ca0377e8dad9406617e1 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Fri, 20 Sep 2024 21:54:54 +0000 Subject: [PATCH] Update the "Build System" section script on CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 73074e8..698be8a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: