From 81b424f064d0a4da0b703bbd82fb656e64d2f0d6 Mon Sep 17 00:00:00 2001 From: Morgan Kenyon Date: Tue, 25 Feb 2025 20:50:47 -0600 Subject: [PATCH] Clarifying what version of .net9 you need --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1538726..a5520a6 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Current feature status: The fastest way to get started is to install via nuget tool. -* Install a flavor of .NET 9 from microsoft +* Install a recent flavor of .NET 9 from microsoft (>9.0.102). * Run the following command: `dotnet tool install --global TinyFS.Cli` * To update if already installed: `dotnet tool update -g TinyFS.Cli` * You now have access to the `tinyfs` cli tool