meta: Stop recommended recursive git checkout, since it pulls in gcc/binutils

This commit is contained in:
K. Lange 2021-11-19 16:46:48 +09:00
parent 41fbbb073f
commit 8069d304a1
1 changed files with 2 additions and 1 deletions

View File

@ -63,8 +63,9 @@ The following projects are currently in progress:
General users hoping to build ToaruOS from source are recommended to use the prebuilt Docker image, which contains all the necessary tools:
git clone --recursive https://github.com/klange/toaruos
git clone https://github.com/klange/toaruos
cd toaruos
git submodule update --init kuroko
docker pull toaruos/build-tools:1.99.x
docker run -v `pwd`:/root/misaka -w /root/misaka -e LANG=C.UTF-8 -t toaruos/build-tools:1.99.x util/build-in-docker.sh