From dca7c625241f6f5a7062a8901cb7cc72b83ff7fc Mon Sep 17 00:00:00 2001 From: Timerix22 <87668556+Timerix22@users.noreply.github.com> Date: Sat, 23 Dec 2023 00:19:23 +0600 Subject: [PATCH] building requirements in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8c5cfe5..fb093a7 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ A calculator application written in C# and Fusion. Using Avalonia to draw GUI. ## Building +Requirements: git, bash, [dotnet8](https://dotnet.microsoft.com/en-us/download/dotnet/8.0), [fut](https://github.com/fusionlanguage/fut) + 1. ensure that [FusionCalculator](https://github.com/Timerix22/FusionCalculator) submodule is up-to-date. ```shell git submodule init && git submodule update