From 315fe4681e52c9b327942d06e93c9e11001fb656 Mon Sep 17 00:00:00 2001 From: Snowy Marmot Date: Wed, 27 Nov 2019 16:01:58 +0000 Subject: [PATCH] Note that AppVM Size may need to increase Add note that AppVM used to build from source may need a private image larger than the default 2048MB. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7722ff9..9bd1fef 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ See the [Deploy](#deploy) section below for installation instructions. ## Build from source Create a new Fedora-29 AppVM (or reuse an existing one). Open a terminal. +Note that you may need more than the default 2GB (2048MB) of storage in the private +image of the AppVM, so you may need to increase the size in the Qube's Settings. + Clone this Git repository and run the `build-with-docker.sh` script: mkdir /home/user/docker