mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Readme: Mono certificates: Add help from #1708
Mozroots is not longer used for newer Mono versions
This commit is contained in:
parent
6a361ed674
commit
ab3f624336
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue