diff options
| author | Mario Lang <mlang@delysid.org> | 2014-06-17 18:34:37 +0200 |
|---|---|---|
| committer | Mario Lang <mlang@delysid.org> | 2014-06-17 18:34:37 +0200 |
| commit | aa372932b92410a45fed3f7014daefe03e0ffa61 (patch) | |
| tree | 0d97346da99f5d51e8438e473750ba503223d48c /README | |
| parent | 55f6ddc252ca8a1359621b05aeb74446cdfb1103 (diff) | |
README: Use remote.origin.url to avoid loosing write access and save some typing.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
