+);
diff --git a/website/docs/intro/install/buildkite.svg b/website/docs/intro/install/buildkite.svg
new file mode 100644
index 0000000000..053d8ffd31
--- /dev/null
+++ b/website/docs/intro/install/buildkite.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/website/docs/intro/install/deb.mdx b/website/docs/intro/install/deb.mdx
index 1c58ddea89..f9c1a25a06 100644
--- a/website/docs/intro/install/deb.mdx
+++ b/website/docs/intro/install/deb.mdx
@@ -11,9 +11,12 @@ import DebStep1Script from '!!raw-loader!./deb-step1.sh'
import DebStep2Script from '!!raw-loader!./deb-step2.sh'
import DebStep3Script from '!!raw-loader!./deb-step3.sh'
import DebStep4Script from '!!raw-loader!./deb-step4.sh'
+import Buildkite from './buildkite'
# Installing OpenTofu on .deb-based Linux (Debian, Ubuntu, etc.)
+
+
OpenTofu is distributed in the .deb package format on [Packagecloud](https://packagecloud.io/opentofu/tofu). You can install it using a convenience script or by following the step-by-step instructions below.
## Installing using the convenience script
diff --git a/website/docs/intro/install/rpm.mdx b/website/docs/intro/install/rpm.mdx
index 9d20f7a9be..caf111fa87 100644
--- a/website/docs/intro/install/rpm.mdx
+++ b/website/docs/intro/install/rpm.mdx
@@ -14,9 +14,12 @@ import YumRepoScript from '!!raw-loader!./repo-yum.sh'
import ZypperRepoScript from '!!raw-loader!./repo-zypper.sh'
import YumInstallScript from '!!raw-loader!./install-yum.sh'
import ZypperInstallScript from '!!raw-loader!./install-zypper.sh'
+import Buildkite from "./buildkite";
# Installing OpenTofu on RHEL, Fedora, openSUSE, and other RPM-based distributions
+
+
OpenTofu is distributed in the .rpm package format on [Packagecloud](https://packagecloud.io/opentofu/tofu). You can install it using a convenience script or by following the step-by-step instructions below.
## Installing using the convenience script