aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-06-10 23:02:23 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-06-10 23:02:23 -0300
commit3669707a9a4f05c349bf0a4f000b3971c87d55c1 (patch)
tree6ca14002427111d18d6fc7951fd84392263fe9e5 /README.md
downloadapps-3669707a9a4f05c349bf0a4f000b3971c87d55c1.tar.gz
apps-3669707a9a4f05c349bf0a4f000b3971c87d55c1.tar.bz2
Initial import
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..0ba0afc
--- /dev/null
+++ b/README.md
@@ -0,0 +1,21 @@
+Rhatto's default apps
+=====================
+
+These repo contains submodules with basic applications to be easily
+deployed in your home folder of whichever system you have access to.
+
+Installation
+------------
+
+Just
+
+ git clone --recursive git://git.sarava.org/apps.git $HOME/apps
+
+Then check tag signatures and checkout to a specific version you have
+verified:
+
+ cd $HOME/apps && git tag -v
+ git checkout tags/verified_tag
+
+Then add each folder to your `$PATH`. If you use rhatto's profile
+module that will be automatically handled by you.