diff options
-rw-r--r-- | README.md | 11 | ||||
m--------- | hydra | 0 | ||||
m--------- | metadot | 0 |
3 files changed, 5 insertions, 6 deletions
@@ -7,15 +7,14 @@ deployed in your home folder of whichever system you have access to. Installation ------------ -Just +Get the code: - git clone --recursive git://git.sarava.org/apps.git $HOME/apps + git clone --recursive git://git.sarava.org/apps.git $HOME/apps && cd $HOME/apps -Then check tag signatures and checkout to a specific version you have -verified: +Then check the source integrity of the latest release: - cd $HOME/apps && git tag -v - git checkout tags/verified_tag + tag="`git describe --abbrev=0 --tags`" + git tag -v $tag && git checkout $tag Then add each folder to your `$PATH`. If you use rhatto's profile module that will be automatically handled by you. diff --git a/hydra b/hydra -Subproject 977943271516266d35b36ffe2413f36fbf00511 +Subproject f65233f5d234c5175dd8c42c38b6215e7b0bb30 diff --git a/metadot b/metadot -Subproject 57a80f9e4a5c1580015711b4c42fcce6908fc47 +Subproject 1199b177c6d5ab254e974b6f7cd2fdfca6889ee |