[geonames] Update README
This commit is contained in:
parent
aa97060491
commit
0b8e0fa8c9
1 changed files with 10 additions and 6 deletions
|
@ -21,15 +21,19 @@ 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
|
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
|
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.ini.php file
|
the addon by adding _mathjax_ to the list in your `config/local.config.php` file
|
||||||
|
|
||||||
[system]
|
'system' => [
|
||||||
addon = ...,mathjax
|
...
|
||||||
|
'addon' => '...,mathjax'
|
||||||
|
...
|
||||||
|
]
|
||||||
|
|
||||||
and then providing the base URL after that in the config/addon.ini.php file
|
and then providing the base URL after that in the `config/addon.config.php` file
|
||||||
|
|
||||||
[mathjax]
|
'mathjax' => [
|
||||||
baseurl = [the URL to your MathJax installation];
|
'baseurl' => '[the URL to your MathJax installation]',
|
||||||
|
],
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
=====
|
=====
|
||||||
|
|
Loading…
Reference in a new issue