summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMario Lang <mlang@delysid.org>2014-06-17 18:34:37 +0200
committerMario Lang <mlang@delysid.org>2014-06-17 18:34:37 +0200
commitaa372932b92410a45fed3f7014daefe03e0ffa61 (patch)
tree0d97346da99f5d51e8438e473750ba503223d48c /README
parent55f6ddc252ca8a1359621b05aeb74446cdfb1103 (diff)
README: Use remote.origin.url to avoid loosing write access and save some typing.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index be8d5b2..a688040 100644
--- a/README
+++ b/README
@@ -102,7 +102,7 @@ You can check out a specific external PACKAGE into the `packages'
directory with these commands:
cd packages
- git clone --reference .. --single-branch --branch externals/PACKAGE git://git.sv.gnu.org/srv/git/emacs/elpa PACKAGE
+ git clone --reference .. --single-branch --branch externals/PACKAGE $(git config remote.origin.url) PACKAGE
If you already have a packages/PACKAGE directory with a previous
checkout, you can update it like this: