branch: elpa-admin
commit 8b07a20cf35a0dfc64387f606d8bbd2b6a4f019d
Author: Ted Zlatanov <[email protected]>
Commit: Ted Zlatanov <[email protected]>
* README: Explain how to run the repo build script.
---
README | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/README b/README
index 891cc43..2fa9ffa 100644
--- a/README
+++ b/README
@@ -6,6 +6,14 @@ This is the Emacs repository for ELPA-style packages.
packages/ contains all the packages
admin/ contains all the fetch and deployment scripts
+html/ contains the HTML to run the repo.
+
+To make your own copy of this repo:
+bzr cat bzr://bzr.savannah.gnu.org/emacs/elpa/admin/package-update.sh
+chmod +x package-update.sh
+./package-update.sh $INSTALLDIR
+# what did the installer do? let's check...
+cat $INSTALLDIR/update-log
This file is part of GNU Emacs.