mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
Add instructions on how to install from source
This commit is contained in:
parent
78f9988127
commit
3d7dd4a7d3
16
README.md
16
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 <HOSTNAME> <LOCALUSER>
|
||||
```
|
||||
|
||||
Replace `<HOSTNAME>` with your preferred hostname and `<LOCALUSER>` with the name of the user account to create.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user