Update README.md

This commit is contained in:
Mbucari 2022-07-24 16:19:03 -06:00 committed by GitHub
parent 6de3a8a2bf
commit 2a71a85306
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,9 @@
# Run Libation on Ubuntu # 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 ## Dependencies
### Dotnet Runtime ### Dotnet Runtime
@ -36,6 +41,8 @@ First, add the Microsoft package signing key to your list of trusted keys and ad
``` ```
</details> </details>
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 Then install the dotnet 6.0 runtime
```console ```console