added stuff to README

This commit is contained in:
Johannes Findeisen 2015-06-13 03:35:16 +02:00
commit 3b099627fe

View file

@ -2,7 +2,16 @@ This is my $HOME
================
It is a special configured repository where every file is ignored in
.gitignore. Only files I am sharing to users/systems are "unignored".
.gitignore. Only files I am sharing accross users/systems are "unignored".
This repo is for my personal use only. Feel free to take look... ;)
This repo is for my personal use only. Feel free to take a look... ;)
Clone to your $HOME
-------------------
cd ~
git init .
git remote add -t \* -f origin https://github.com/hanez/home.git
git checkout master
Existing files will not be overwritten!