From 1d9fae9d78bdcc122182f6536c660525adcbf5ee Mon Sep 17 00:00:00 2001 From: Andrew Wang Date: Tue, 31 Aug 2021 22:48:50 -0400 Subject: [PATCH] basic instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 73dd3c6..b95a55b 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ # Mirror Env +## Setup +Open the file `mirror-vm` to install the dependencies and update its variables to reflect your environment. Then download the Ubuntu 20.04 iso and create the vm. +``` +curl -O https://releases.ubuntu.com/20.04/ubuntu-20.04.2-live-server-amd64.iso +./mirror-vm create +./mirror-vm run-install +```