From 9568237c8e05718d6fe8e957111ff04d6873a812 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Mon, 20 Mar 2023 18:30:56 +0100 Subject: [PATCH] Fix build instructions on Linux to not use `snap` due to broken tooling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 473fcb7cb..9df622438 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Flax Visual Studio extension provides better programming workflow, C# scripts de * Install Visual Studio Code * Install .Net 7 SDK ([https://dotnet.microsoft.com/en-us/download/dotnet/7.0](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)) - * Ubuntu: `sudo snap install dotnet-sdk --classic channel=7.0/stable` + * Ubuntu: `sudo apt install dotnet-sdk-7.0` * Install Vulkan SDK * Ubuntu: see the instructions here: ([https://vulkan.lunarg.com/](https://vulkan.lunarg.com/)) * Arch: `sudo pacman -S spirv-tools vulkan-headers vulkan-tools vulkan-validation-layers`