]> gitweb.fluxo.info Git - templater.git/commitdiff
Installation and signature checking
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 28 Oct 2017 10:03:56 +0000 (08:03 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 28 Oct 2017 10:03:56 +0000 (08:03 -0200)
README.md

index 8bc13f96d3c441fa4d116675d775b2bb350fe324..1d2d43b92a6556da241a6bfd063169dc6fd4d92e 100644 (file)
--- 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.