aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-11-12 10:16:23 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-11-12 10:16:23 -0200
commit7d8d51d1f8569752092c226490c1507364238bd5 (patch)
tree521aea1ab7e8c09bcad140d22d07307d1f01832e /README.md
parent066663586117202262c9b7890bfae76a6922501f (diff)
downloadtemplater-7d8d51d1f8569752092c226490c1507364238bd5.tar.gz
templater-7d8d51d1f8569752092c226490c1507364238bd5.tar.bz2
On creating modules with templater and a basic trashman module
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 408975a..1c03629 100644
--- a/README.md
+++ b/README.md
@@ -72,3 +72,7 @@ Example: when you call `templater myproject basic`, templater finds a script
at `$path_to_templater_install/share/basic/setup` and execs it like this:
cd myproject && share/basic/setup $path_to_templater_install/share/templater
+
+You might even use `templater` to create a module:
+
+ cd path/to/templater/repo && templater share/templater/<module_name> templater