aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-10-28 08:03:56 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-10-28 08:03:56 -0200
commitd3029caa55868397e58aeaf6334b923065b4f536 (patch)
tree37f6e0f98f20111ec5f5d8be74e9ad4f1b3811f8 /README.md
parentbde2c782558d02d41dba356e70cfd50972a399b3 (diff)
downloadtemplater-d3029caa55868397e58aeaf6334b923065b4f536.tar.gz
templater-d3029caa55868397e58aeaf6334b923065b4f536.tar.bz2
Installation and signature checking
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
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.