From e387551b36000acb22ca31a9be8f7f2d9d154475 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 13 Nov 2017 10:52:15 -0800 Subject: [PATCH] Update installing_the_toolchain.md --- src/getting_started/installing_the_toolchain.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/getting_started/installing_the_toolchain.md b/src/getting_started/installing_the_toolchain.md index 2c21e30..0f1c274 100644 --- a/src/getting_started/installing_the_toolchain.md +++ b/src/getting_started/installing_the_toolchain.md @@ -61,3 +61,7 @@ To install the toolchain, run the following commands: # Add the tools to your path export PATH=$PATH:/path/to/libc/build/prefix/bin ``` +Next steps +---------- + +Now that we have the build tools and the toolchain, we can finally [compile Redox](getting_started/compiling_redox.html) -- GitLab