Skip to content

Commit b12dea7

Browse files
committed
fix(readme): use the right setup script link
1 parent f1f12d8 commit b12dea7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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)