From 180c2a9935e7c0c0b1c2234f91c22c4f46604139 Mon Sep 17 00:00:00 2001 From: sin Date: Mon, 3 Mar 2014 17:26:48 +0000 Subject: [PATCH] Add fetch-world to README --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index b8b4d69..af7cdfb 100644 --- a/README +++ b/README @@ -30,6 +30,10 @@ To clean everything including the downloaded files and the rootfs: mk clean-world +To fetch all packages without building anything: + + mk fetch-world + Installing ----------