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 | f85cb8d6aa617bc999783e3703eaae402dc7f5a5 (patch) | |
| tree | f06c76f2c2c20cae94feaa6266c49a75a658ad23 /README | |
| parent | d58576cfbfa5a2f7d9d73d11f123b976ecd606bf (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 |
