fix: readmes

This commit is contained in:
Tobi Schäfer 2020-03-17 19:58:24 +01:00
parent a4635aefb6
commit 70a0b2d9a1
2 changed files with 2 additions and 7 deletions

View file

@ -1,3 +1,5 @@
# Helma Modules
The Helma modules directory is organized in several groups:
* **modules/core** which contains extensions to core JavaScript types such as
@ -11,8 +13,3 @@ app's repositories. The simplest way to do so is by using the `app.addRepository
function:
app.addRepository('modules/helma/Search.js');
Be sure to load the Git submodule if you want to use one of the Jala modules:
> git submodule init
> git submodule update