Skip to content
Snippets Groups Projects
Commit ea81f11f authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'patch-1' into 'master'

Fix permission denied on libc git clone

See merge request redox-os/book!135
parents 91d7882c 1fa55789
No related branches found
No related tags found
1 merge request!135Fix permission denied on libc git clone
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment