[various] adapt README.md

This commit is contained in:
Philipp 2023-01-05 02:38:54 +01:00
parent ab5aea8328
commit 818d21ba57
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
6 changed files with 39 additions and 33 deletions

View file

@ -21,13 +21,14 @@ In case you want to use the CDN you can try the following URL as a quick start
http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML
In case you don't want or can use the admin panel of Friendica you can activate
the addon by adding _mathjax_ to the list in your `config/local.config.php` file
the addon by adding _mathjax_ to the list in your `config/node.config.php` file
'system' => [
...
'addon' => '...,mathjax'
...
]
'addons' => [
...
'mathjax' => [
admin => true,
],
]
and then providing the base URL after that in the `config/mathjax.config.php` file