diff --git a/README.md b/README.md
index 4b9116b2a33a..b048b06d14d1 100644
--- a/README.md
+++ b/README.md
@@ -22,42 +22,6 @@ You can download the .NET SDK as either an installer (MSI, PKG) or a zip (zip, t
- [Official builds](https://dotnet.microsoft.com/download/dotnet)
- [**.NET SDK latest builds table**](https://github.com/dotnet/dotnet/blob/main/docs/builds-table.md)
-> [!NOTE]
-> When acquiring installers from the .NET SDK latest builds table, be aware that the installers are the **latest bits**. With development builds, internal NuGet feeds are necessary for some scenarios (for example, to acquire the runtime pack for self-contained apps). You can use the following NuGet.config to configure these feeds. See the following document [Configuring NuGet behavior](https://docs.microsoft.com/nuget/consume-packages/configuring-nuget-behavior) for more information on where to modify your NuGet.config to apply the changes.
-
-### For .NET 10 builds
-```xml
-
-
-
-
-
-```
-
-### For .NET 9 builds
-```xml
-
-
-
-
-
-```
-
-### For .NET 8 builds
-```xml
-
-
-
-
-
-```
-
-### Debian package dependencies
-
-Our Debian packages are put together slightly differently than the other OS specific installers. Instead of combining everything, we have separate component packages that depend on each other. If you're installing the SDK from the .deb file (via dpkg or similar), then you'll need to install the corresponding dependencies first:
-- [Host, Host FX Resolver, and Shared Framework](https://github.com/dotnet/runtime/blob/main/docs/project/dogfooding.md#daily-builds-table)
-- [ASP.NET Core Shared Framework](https://github.com/dotnet/aspnetcore/blob/main/docs/DailyBuilds.md)
-
### Looking for dotnet-install sources?
Sources for dotnet-install.sh and dotnet-install.ps1 are in the [install-scripts repo](https://github.com/dotnet/install-scripts).