From e6c312ab512b3ce2a7597433bb438fb730947027 Mon Sep 17 00:00:00 2001 From: Melora Hugues Date: Sat, 23 Sep 2023 14:12:29 +0200 Subject: [PATCH] Add curl command example --- Readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index a4f2b14..49caf05 100644 --- a/Readme.md +++ b/Readme.md @@ -1 +1,7 @@ -# Provisioner stage 1 \ No newline at end of file +# Provisioner stage 1 + +Run the script + +``` +bash <(curl -s https://git.faercol.me/faercol/provisioner-stage1/raw/branch/main/installer.sh) +``` \ No newline at end of file