summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2017-04-18 10:21:36 +0200
committervarac <varacanero@zeromail.org>2017-04-18 10:21:36 +0200
commitf8a3bb1dcb5798193f39f2ecc16714c8e0cb5c00 (patch)
tree52a3df3b9ef3383db1d26f03088e8f3cb9862c99
parent8d1e4e9c07a79e6601acc24f090b2bb534114550 (diff)
Moved README
-rw-r--r--README.md (renamed from README)8
1 files changed, 5 insertions, 3 deletions
diff --git a/README b/README.md
index 0c7e9ab..b1c239e 100644
--- a/README
+++ b/README.md
@@ -2,15 +2,17 @@
This repository contains some useful scripts and bits for sysdevs and general
purpose tools.
+Please look into the seperate subdir `README.md` for further documentation.
## mrconfig
.mrconfig - to use this config the best thing to do is to put this in your
~/.mrconfig:
- [leap/scripts]
- checkout = git clone REPOURL scripts &&
- ln -s ${HOME}/leap/scripts/.mrconfig ${HOME}/leap/.mrconfig
+ [leap/scripts]
+ checkout = git clone REPOURL scripts &&
+
+ ln -s ${HOME}/leap/scripts/.mrconfig ${HOME}/leap/.mrconfig
that way this scripts repository will be checked out and the .mrconfig file will
be symlinked into your $HOME/leap directory.