From 2a71a8530614d840619930604596834a08636db0 Mon Sep 17 00:00:00 2001 From: Mbucari <37587114+Mbucari@users.noreply.github.com> Date: Sun, 24 Jul 2022 16:19:03 -0600 Subject: [PATCH] Update README.md --- Source/LibationAvalonia/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Source/LibationAvalonia/README.md b/Source/LibationAvalonia/README.md index caa9a054..b845a2f9 100644 --- a/Source/LibationAvalonia/README.md +++ b/Source/LibationAvalonia/README.md @@ -1,4 +1,9 @@ # Run Libation on Ubuntu +This walkthrough should get you up and running with Libation on your Ubuntu machine. + +Some limitations of the linux release are: +- Cannot customize how illegial filename characters are replaced. +- The Auto-update function is unavailable ## Dependencies ### Dotnet Runtime @@ -36,6 +41,8 @@ First, add the Microsoft package signing key to your list of trusted keys and ad ``` +For other distributions, see [Microsoft's instructions for installing .NET on Linux](https://docs.microsoft.com/en-us/dotnet/core/install/linux). + Then install the dotnet 6.0 runtime ```console