Skip to content

Commit

Permalink
Document supported filetypes
Browse files Browse the repository at this point in the history
  • Loading branch information
julienvincent committed Nov 11, 2023
1 parent eb9dc62 commit 3205d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ These containers are configured to always restart even after exiting/restarting

A module is the primary unit of configuration in kl and is comprised of [containers](#containers), [services](#services), [endpoints](#endpoints) and [routes](#routes). A module can also contain sub-modules which should reference externally defined module configurations. Sub-modules are recursively resolved and merged into the root module.

A module is a directory located in `~/.config/kl/modules/` that must contain at least a file called `module.edn`. Here is an example of a module:
A module is a directory located in `~/.config/kl/modules/` that must contain at least a file called `module.(edn|json|yaml|yml)`. Here is an example of a module:

```clj
{:modules {:remote-module-name {:url "owner/repo"
Expand Down

0 comments on commit 3205d30

Please sign in to comment.