docs: update to 0.2.1

This commit is contained in:
rzmk 2025-09-23 16:23:30 -04:00
parent 4d3638d62e
commit 862128a7d5

View file

@ -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