diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-10-28 08:03:56 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-10-28 08:03:56 -0200 |
commit | d3029caa55868397e58aeaf6334b923065b4f536 (patch) | |
tree | 37f6e0f98f20111ec5f5d8be74e9ad4f1b3811f8 | |
parent | bde2c782558d02d41dba356e70cfd50972a399b3 (diff) | |
download | templater-d3029caa55868397e58aeaf6334b923065b4f536.tar.gz templater-d3029caa55868397e58aeaf6334b923065b4f536.tar.bz2 |
Installation and signature checking
-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. |