From 164588dca38d83edce451e44fca6f41d1bda312b Mon Sep 17 00:00:00 2001 From: Hikari Date: Tue, 27 Feb 2024 16:40:45 -0600 Subject: [PATCH] docs: add install script from github option (#102) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 61139e9..5d62bc8 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,12 @@ This will install the binary on your system in `/usr/local/bin`. This is only a podman run --rm ghcr.io/blue-build/cli:latest-installer | bash ``` +### Github Install Script + +```bash +bash <(curl -s https://raw.githubusercontent.com/blue-build/cli/main/install.sh) +``` + ## How to use ### Templating