diff options
| author | Eli Zaretskii <eliz@gnu.org> | 2014-06-17 18:35:16 +0300 |
|---|---|---|
| committer | Eli Zaretskii <eliz@gnu.org> | 2014-06-17 18:35:16 +0300 |
| commit | 55f6ddc252ca8a1359621b05aeb74446cdfb1103 (patch) | |
| tree | d62570fe49ef77a5b3eaea1b23c3ff218401e281 /README | |
| parent | c76ccbc3423313334106c478451d38023930f038 (diff) | |
Update README to tell how to checkout a single external package.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -92,11 +92,24 @@ merge -s subtree" from the upstream branch. In the `external' case, the copy of the code is not kept here but in the `externals/<pkg>' branch in the `elpa' repository. + You can check out all the external packages into the `packages' directory with the command: make externals +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 + +If you already have a packages/PACKAGE directory with a previous +checkout, you can update it like this: + + cd packages/PACKAGE + git pull + ** Public incubation If you want to develop a package publicly prior to its first release (to |
