Add README.md

This commit is contained in:
Augusto Gunsch 2022-10-21 16:55:54 +02:00
parent 275ef4f5f9
commit eeb75b2d1b
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
1 changed files with 6 additions and 0 deletions

6
README.md Normal file
View File

@ -0,0 +1,6 @@
To install a profile:
```
git clone https://git.augustogunsch.com/augusto/archinstall-profiles
cd archinstall-profiles/<PROFILE>
archinstall --config user_credentials.json --disk-layout user_disk_layout.json --creds user_credentials.json
```