aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-06-13 14:17:56 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-06-13 14:17:56 -0300
commit89e608309ff7dc7a19d1807df067fe8e7348664e (patch)
treed40d20c3190445b3d0a7ddf5c69585889c726ad7 /README.md
parent073a597a7e05a95bfcf8cf86e9f6e79ce411859d (diff)
downloadapps-89e608309ff7dc7a19d1807df067fe8e7348664e.tar.gz
apps-89e608309ff7dc7a19d1807df067fe8e7348664e.tar.bz2
Updating hydra, metadot and README
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/README.md b/README.md
index 0ba0afc..3ffe2c7 100644
--- a/README.md
+++ b/README.md
@@ -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.