We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a121ab4 + b273758 commit 8bc64cdCopy full SHA for 8bc64cd
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