We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9bac27 + 8bc64cd commit 5ebb8b0Copy full SHA for 5ebb8b0
1 file changed
self-hosting/methods/docker-compose.mdx
@@ -71,7 +71,7 @@ If you want to upgrade to a paid plan, see [Plan upgrades](https://docs.plane.so
71
```
72
3. Download the latest stable release.
73
```bash
74
- curl -fsSL -o setup.sh https://raw.githubusercontent.com/makeplane/plane/master/deploy/selfhost/install.sh
+ curl -fsSL -o setup.sh https://github.com/makeplane/plane/releases/latest/download/setup.sh
75
76
4. Make the file executable.
77
0 commit comments