From 34d60e0d2a9e56ab1475549214d1cacd4dbc7544 Mon Sep 17 00:00:00 2001 From: Leopold Talirz Date: Sun, 12 Jul 2020 14:31:39 +0200 Subject: [PATCH] add VM configuration to install instructions It is often helpful to know what resources the VM takes by default, in particular if you are on an older laptop/work station. --- INSTALL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 5ea9d34..3b4d45f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -11,7 +11,8 @@ Get Quantum Mobile running on your computer in three simple steps: 3. Import virtual machine image into Virtualbox (${vm_vdisk_size}) File => Import Appliance -Note: username: `${vm_user}`, password: `${vm_password}` +Login credentials: username: `${vm_user}`, password: `${vm_password}`. +The default configuration of `${vm_cpus}` cores and `${vm_memory}` MB RAM can be adjusted in the VM settings. ## Contact