I would stick with 5.15 for now and try 5.16 later as it matures.
Tip: When pasting terminal output on Discourse forums, one can either…
-
Use the Preformatted text </> toolbar button–NOT the Quote " button.
-
Add three backticks ` above and below the text (Markdown):
```
type or paste code here
``` -
Use HTML:
<pre><code>
type or paste code here
</pre></code>
I’ve done it for you this time. 