diff --git a/src/getting_started/preparing_the_build.md b/src/getting_started/preparing_the_build.md index 81c3607717e7941114404accf2f371bd1386f555..a15ae61971a826c42e33b0e917553253bb3cf88a 100644 --- a/src/getting_started/preparing_the_build.md +++ b/src/getting_started/preparing_the_build.md @@ -3,7 +3,7 @@ Preparing the build. Woah! You made it so far, all the way to here. Congrats! Now we gotta build Redox. -_If you're lazy, and on an Linux computer. Well, you're today's winner! Just run the bootstrapping script, which does the build preparation for you:_ +_If you're lazy, and on a Linux or MacOs computer. Well, you're today's winner! Just run the bootstrapping script, which does the build preparation for you:_ ```sh $ curl -sf https://raw.githubusercontent.com/redox-os/redox/master/bootstrap.sh -o bootstrap.sh && bash -e bootstrap.sh