From 8069d304a1f46dbc787a479523fdc8c0d2766876 Mon Sep 17 00:00:00 2001 From: "K. Lange" Date: Fri, 19 Nov 2021 16:46:48 +0900 Subject: [PATCH] meta: Stop recommended recursive git checkout, since it pulls in gcc/binutils --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bbc8d633..c06b225c 100644 --- a/README.md +++ b/README.md @@ -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