Add instructions on how to install from source

This commit is contained in:
Donovan Glover 2017-10-21 06:13:25 -04:00
parent 78f9988127
commit 3d7dd4a7d3
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

View File

@ -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 <HOSTNAME> <LOCALUSER>
```
Replace `<HOSTNAME>` with your preferred hostname and `<LOCALUSER>` with the name of the user account to create.