emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] new-master 288237d 120/128: * README: Clarify deployment process.


From: Stefan Monnier
Subject: [elpa] new-master 288237d 120/128: * README: Clarify deployment process.
Date: Mon, 14 Dec 2020 15:39:44 -0500 (EST)

branch: new-master
commit 288237d04f1a2d8d0228e52dc860536a3ac0c92a
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefan@marxist.se>

    * README: Clarify deployment process.
---
 README | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README b/README
index 0b8c2ed..c574ed2 100644
--- a/README
+++ b/README
@@ -299,6 +299,13 @@ packages/ directory.  You can then add that directory, 
e.g. with:
 
 ** To deploy the package repository as a remotely-accessible archive:
 
+The deployment process creates sibling directories, so start by creating
+a clean directory to work in:
+
+   mkdir elpa ; cd elpa
+
+The above step is optional, but recommended.
+
    git -c fetch.fsckObjects=false clone .../elpa
    (cd elpa; git clone .../emacs)    #If you want to generate :core packages.
    mkdir build



reply via email to

[Prev in Thread] Current Thread [Next in Thread]