diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -2,3 +2,16 @@ Templater ========= Project bootstrapping made easy! + +## Instalation + +Simply clone it and add to your `$PATH`: + + git clone https://git.fluxo.info/templater + +You can also verify the latest commit's OpenPGP signature: + + /usr/bin/git -C templater verify-commit HEAD + +Note that `/usr/bin/git` is called to avoid any other `git` wrappers or aliases +you might have available on your shell. |