Skip to content

Commit

Permalink
Merge branch 'update-contributing' into 'master'
Browse files Browse the repository at this point in the history
Update the "Build System" section script on CONTRIBUTING.md

See merge request redox-os/redox!1502
  • Loading branch information
jackpot51 committed Sep 20, 2024
2 parents 9f8a6e0 + 0b1eab8 commit 73911a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 73911a2

Please sign in to comment.