diff --git a/src/getting_started/installing_the_toolchain.md b/src/getting_started/installing_the_toolchain.md index d5ef168c82c3bbf312902deefe8a9139b27aad8c..350d2373da851235eb7bb3a1c6f96ed289f3df57 100644 --- a/src/getting_started/installing_the_toolchain.md +++ b/src/getting_started/installing_the_toolchain.md @@ -24,7 +24,7 @@ sudo apt install x86-64-unknown-redox-gcc To install the toolchain, run the following commands: ```bash # Clone libc - git clone --recursive git@gitlab.redox-os.org:redox-os/libc + git clone --recursive https://gitlab.redox-os.org/redox-os/libc.git # Go to the packages cd libc/packages/arch