Skip to content

Commit 18804b8

Browse files
authored
Merge pull request #2 from dragonflydb/tar/fix-link
fix(readme): use the right setup script link
2 parents f1f12d8 + b12dea7 commit 18804b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
Run the setup script to download the provider into your local terraform folder:
44

55
```bash
6-
wget -qO- https://raw.githubusercontent.com/dragonflydb/terraform-provider-dfcloud/man/setup.sh | sh
6+
wget -qO- https://raw.githubusercontent.com/dragonflydb/terraform-provider-dfcloud/refs/heads/main/setup.sh | sh
77

88
# or
99

10-
curl https://raw.githubusercontent.com/dragonflydb/terraform-provider-dfcloud/man/setup.sh | sh
10+
curl https://raw.githubusercontent.com/dragonflydb/terraform-provider-dfcloud/refs/heads/main/setup.sh| sh
1111
```

0 commit comments

Comments
 (0)