From 862128a7d52662ec6934a63cc1b28fb05dfecf75 Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Tue, 23 Sep 2025 16:23:30 -0400 Subject: [PATCH] docs: update to 0.2.1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ecabf6e..72cd505 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,13 @@ You have two common options to choose from for installation. Paste one of the fo ### Install with non-interactive mode (default config) ```bash -wget -O - https://github.com/dathere/ckan-devstaller/releases/download/0.2.0/install.bash | bash -s default +wget -O - https://github.com/dathere/ckan-devstaller/releases/download/0.2.1/install.bash | bash -s default ``` ### Install with interactive mode ```bash -wget -O - https://github.com/dathere/ckan-devstaller/releases/download/0.2.0/install.bash | bash +wget -O - https://github.com/dathere/ckan-devstaller/releases/download/0.2.1/install.bash | bash ``` ## Demos