From: Silvio Rhatto Date: Sat, 28 Oct 2017 10:03:56 +0000 (-0200) Subject: Installation and signature checking X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d3029caa55868397e58aeaf6334b923065b4f536;p=templater.git Installation and signature checking --- diff --git a/README.md b/README.md index 8bc13f9..1d2d43b 100644 --- a/README.md +++ b/README.md @@ -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.