From b91602d719bd25775576327f94347ebfe893dcb1 Mon Sep 17 00:00:00 2001 From: Logan Gorence Date: Thu, 23 Dec 2021 03:02:28 +0000 Subject: [PATCH] Add installation instructions to README. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 45968c5..bdc232e 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,10 @@ server. ## Plugins * foundation-core - Core functionality * foundation-bifrost - Discord chat bridge + +## Installation +Always validate the contents of a script from the internet! + +``` +bash -c "$(curl -sL https://git.gorence.io/lgorence/foundation/-/raw/main/install.sh)" +```