Readme: Mono certificates: Add help from #1708

Mozroots is not longer used for newer Mono versions
This commit is contained in:
ORelio 2021-08-06 11:35:45 +02:00 committed by GitHub
parent 6a361ed674
commit ab3f624336
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,8 +16,8 @@ On Mac or Linux you need to install the Mono Runtime:
- On Mac: http://www.mono-project.com/download/#download-mac - On Mac: http://www.mono-project.com/download/#download-mac
- On Linux: sudo apt-get install mono-runtime libmono-reflection-cil - On Linux: sudo apt-get install mono-runtime libmono-reflection-cil
Then, open a terminal in this folder and run "mono MinecraftClient.exe". Then, open a terminal in this folder and run "mono MinecraftClient.exe".
If you cannot authenticate on Mono, you'll need to run "mozroots --import --ask-remove" once. If you cannot authenticate on Mono be cause you have TLS/HTTPS/Certificate errors, you'll need to run `mozroots --import --ask-remove` once or install `ca-certificates-mono` (See [#1708](https://github.com/ORelio/Minecraft-Console-Client/issues/1708#issuecomment-893768862)).
If Mono crashes, retry with mono-complete instead of mono-runtime. Use at least Mono v4.0. If Mono crashes, retry with `mono-complete` instead of `mono-runtime`. Use at least Mono v4.0.
Using Docker do the following: Using Docker do the following:
```bash ```bash