From 3669707a9a4f05c349bf0a4f000b3971c87d55c1 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 10 Jun 2014 23:02:23 -0300 Subject: Initial import --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md (limited to 'README.md') 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. -- cgit v1.2.3