summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-01-24 09:57:30 -0500
committerMicah Anderson <micah@riseup.net>2013-01-24 09:57:30 -0500
commitaa63178275c3f1effa30773be99f27ed588e61ff (patch)
tree0681825370270a33d60086e2643cd9e0a1623f2f
parent22bc3d1e9ca18df9944b9d36b09fd06847337388 (diff)
update README to note the ~/.mrtrust
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index cb680c3..e993950 100644
--- a/README
+++ b/README
@@ -1,7 +1,8 @@
This repository contains some useful scripts and bits for sysdevs.
-.mrconfig - to use this config the best thing to do is to put this in your ~/.mrconfig:
+.mrconfig - to use this config the best thing to do is to put this in your
+~/.mrconfig:
[leap/scripts]
checkout = git clone ssh://gitolite@code.leap.se:scripts scripts &&
@@ -10,6 +11,8 @@ This repository contains some useful scripts and bits for sysdevs.
that way this scripts repository will be checked out and the .mrconfig file will
be symlinked into your $HOME/leap directory.
+You will also need to add the path to this .mrconfig to your ~/.mrtrust.
+
Then when in $HOME/leap, you can run 'mr checkout' and 'mr update' to checkout
all the repositories, and to get them updated.