From 3d7dd4a7d326b19d0b388d128eb6e05aa1ea0939 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 21 Oct 2017 06:13:25 -0400 Subject: [PATCH] Add instructions on how to install from source --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 47a40b48..70ae5a52 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,19 @@ - Help - Contributing +## Installation + +### Installing From Source + +**Important:** Do *not* attempt to run this script on your physical machine. This script was made for and has only been tested in a fresh new virtual machine running the Arch Linux ISO. + +Boot into the Arch Linux ISO. Then, run the following commands: + +``` +wget https://raw.githubusercontent.com/GloverDonovan/new-start/master/install.sh +chmod +x install.sh +./install.sh +``` + +Replace `` with your preferred hostname and `` with the name of the user account to create. +