From acfa152ca9e38fe95847001f32c9573eb90283c0 Mon Sep 17 00:00:00 2001 From: Ivan Bondarev Date: Sun, 19 Mar 2023 14:31:27 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 93e3297c5..60c9c54c1 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ echo "deb https://download.mono-project.com/repo/ubuntu stable-focal main" | sud sudo apt update sudo apt-get install mono-devel sudo apt-get install mono-complete +sudo apt-get install mono-roslyn +sudo apt-get install msbuild ``` Build the project and run tests.