]> code.delx.au - gnu-emacs-elpa/blobdiff - README
New package systemd
[gnu-emacs-elpa] / README
diff --git a/README b/README
index b3e2b7bdf5092d9f34552bd9acb7773a02180b95..57d9ca9f1d03f7555f396b655820cd70894dac5a 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Copyright (C) 2010-2011, 2014 Free Software Foundation, Inc.
+Copyright (C) 2010-2011, 2014, 2015 Free Software Foundation, Inc.
 See the end of the file for license conditions.
 
 
@@ -37,7 +37,7 @@ release the new code.
 ** To add a package: (submission, submit)
 
 Adding a basic package is very simple. There are thorough
-instructional, but the gist is that you:
+instructions below, but the gist of it is that you:
 
 1. Notify emacs-devel@gnu.org.
 2. Place all files inside `packages/<pkg-name>/'.
@@ -237,6 +237,7 @@ packages/ directory.  You can then add that directory, e.g. with:
 ** To deploy the package repository as a remotely-accessible archive:
 
    git clone .../elpa
+   (cd elpa; git clone .../emacs)    #If you want to generate :core packages.
    mkdir build
    cd build
    (cd ../elpa; git log --format=%H | tail -n 1) >.changelog-witness