]> sipb.mit.edu Git - snippets/.git/blobdiff - README
barnowl/zcrypt.pl: BarnOwl::quote the editwin prompt.
[snippets/.git] / README
diff --git a/README b/README
index dfdf23435c1d72fcee892d5de2d500370d9f2f71..64c8f2974b245b6b9eaadcdf72f10527ee6af58f 100644 (file)
--- a/README
+++ b/README
@@ -3,15 +3,20 @@ control in a central spot, instead of someone's Public. Please add stuff
 here via git:
 
 add git
-git clone /afs/sipb/project/snippets
+git clone /mit/snippets
 cd snippets
 [create or copy a file, let's call it "item"]
 git commit item
 git push
 
-If you're not on gsipb and want to commit, ask e.g. geofft for access. You
-can't write to the top level checkout here, but if you push (to the master
-branch) from your own checkout, it will automatically update this checkout.
+If you're not on gsipb and want to commit, ask geofft (or someone on
+sipb-acl) to add you to snippets-committers. You can't write to
+/mit/snippets directly, but if you push (to the master branch) from your
+own checkout, it will automatically update this checkout.
 
 There's a (currently very simple) web interface at
 http://snippets.scripts.mit.edu/
+
+snippets has support for submodules, if things outgrow this repository.
+You can use 'git submodule update --init' to populate them if you want,
+or look at .gitmodules to find where they live now.