We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1f12d8 + b12dea7 commit 18804b8Copy full SHA for 18804b8
README.md
@@ -3,9 +3,9 @@
3
Run the setup script to download the provider into your local terraform folder:
4
5
```bash
6
-wget -qO- https://raw.githubusercontent.com/dragonflydb/terraform-provider-dfcloud/man/setup.sh | sh
+wget -qO- https://raw.githubusercontent.com/dragonflydb/terraform-provider-dfcloud/refs/heads/main/setup.sh | sh
7
8
# or
9
10
-curl https://raw.githubusercontent.com/dragonflydb/terraform-provider-dfcloud/man/setup.sh | sh
+curl https://raw.githubusercontent.com/dragonflydb/terraform-provider-dfcloud/refs/heads/main/setup.sh| sh
11
```
0 commit comments