From d5452155140ef18ce39059e317f2eeb8d845cdf9 Mon Sep 17 00:00:00 2001 From: Jonas Lima de Amorim Date: Thu, 23 Jul 2026 18:43:37 -0300 Subject: [PATCH] docs: prerequisites need the runtime, not the SDK --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac59086..b07371e 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ dotnet tool uninstall -g timetracker-cli ## Prerequisites -- [.NET 10 SDK](https://dotnet.microsoft.com/download) +- [.NET 10 Runtime](https://dotnet.microsoft.com/download) (the SDK is only needed to build from source) - A 7pace Timetracker instance with a valid Bearer Token ## Build from source