docs: Add remote sourcing

This commit is contained in:
Timo Reymann
2024-09-14 10:06:31 +02:00
parent 4d2cc2234b
commit 272d94fe0a
+2 -2
View File
@@ -45,11 +45,11 @@ Bash TUI Toolkit
2. Source it to your script on runtime: 2. Source it to your script on runtime:
1. Using `wget` 1. Using `wget`
```bash ```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` 2. Using `curl`
```bash ```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 ## Usage