From aa372932b92410a45fed3f7014daefe03e0ffa61 Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Tue, 17 Jun 2014 18:34:37 +0200 Subject: README: Use remote.origin.url to avoid loosing write access and save some typing. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.0