From eeb75b2d1b61173b506f03246eef1a15e17f0da8 Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Fri, 21 Oct 2022 16:55:54 +0200 Subject: [PATCH] Add README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fd5793e --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +To install a profile: +``` +git clone https://git.augustogunsch.com/augusto/archinstall-profiles +cd archinstall-profiles/ +archinstall --config user_credentials.json --disk-layout user_disk_layout.json --creds user_credentials.json +```