diff options
| author | Stefan Monnier <monnier@iro.umontreal.ca> | 2018-12-18 14:01:35 -0500 |
|---|---|---|
| committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2018-12-18 14:01:35 -0500 |
| commit | c8219396f0f9135bcbbab512d155385567484619 (patch) | |
| tree | 1c7fac15b207b07a5d894749cb572504e5af9bc5 /README | |
| parent | c778396366d9fe19e3c5da311d5482ec6279f27c (diff) | |
* README (PACKAGES/Externals): Clarify use
Don't give the impression that there's a need to checkout
the whole elpa.git archive. Suggested by Feng Shu <tumashu@163.com>.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -234,10 +234,12 @@ new remote branch in `elpa.git', named externals/<pkgname>. For example: git push elpa <mybranch>:externals/<pkgname> Then edit the `externals-list' file as mentioned above, and push that -change to `elpa's master branch. +change to `elpa's master branch. After it's added to the `externals-list' +file, the package can be maintained just by pushing changes to the +`externals/<pkgname>` branch. -You can check out all the external packages into the `packages' directory -with the command: +If you wish to check out all the external packages into the `packages' +directory, you can run the command: make externals |
