From 272d94fe0a5c3d616ac24b99f98048b85fc761cc Mon Sep 17 00:00:00 2001 From: Timo Reymann Date: Sat, 14 Sep 2024 10:06:31 +0200 Subject: [PATCH] docs: Add remote sourcing --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a1ee4a..5e0c36d 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,11 @@ Bash TUI Toolkit 2. Source it to your script on runtime: 1. Using `wget` ```bash - source <(wget -qO- https://bash-tui-toolkit.timo-reymann.de/latest/prompts.sh) + source <(wget -qO- https://bash-tui-toolkit.timo-reymann.de/latest/bundle.bash) ``` 2. Using `curl` ```bash - source <(curl -sS https://raw.githubusercontent.com/timo-reymann/deterministic-zip/main/installer) + source <(curl -qsS https://bash-tui-toolkit.timo-reymann.de/latest/bundle.bash) ``` ## Usage