From 847f46273bee05ee5f16ce48fdbc50cbdc095809 Mon Sep 17 00:00:00 2001 From: Logan Gorence Date: Fri, 24 Dec 2021 06:12:24 +0000 Subject: [PATCH] Update README. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bdc232e..518096c 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,13 @@ server. ## Plugins * foundation-core - Core functionality * foundation-bifrost - Discord chat bridge +* foundation-heimdall - Event tracking ## Installation -Always validate the contents of a script from the internet! - +The following command downloads and runs a script that will fetch the latest update manifest, and +install all plugins available. It can also be used to update plugins to the latest version +available. ``` +# Always validate the contents of a script from the internet! bash -c "$(curl -sL https://git.gorence.io/lgorence/foundation/-/raw/main/install.sh)" ```