From 459809929ce2a2824d988bdeb22170658593fed9 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Mon, 12 Sep 2016 00:01:39 +0100 Subject: [PATCH] update README with build reqs Signed-off-by: Justin Cormack --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6f6688cb2..1e2e69418 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,5 @@ -Base repo for Moby, codename for the Docker Linux distro - -Initial requirements are being driven by the very minimal goal of replacing boot2docker for the new Mac app. - -However these requirements are fairly small and the scope is intended to be much broader. +Moby, the Alpine Linux distro for Docker editions Simple build instructions: use `make` to build. `make qemu` will boot up in qemu in a container. -You can build for arm, some parts still under development, `make clean` first, then `make qemu-arm` will run in qemu. +Requires GNU `make`, GNU `tar` (not Busybox tar), Docker to build.