From d8fbc083368645861c718f5e6df3c60e4f29fe01 Mon Sep 17 00:00:00 2001 From: Donald Curtis Date: Sat, 17 Mar 2012 10:06:39 -0500 Subject: [PATCH] Updates to README to remove old commands and text. --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e3766e73..4ba389fe 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,6 @@ Repository of code for *MELPA* or *Milkypostman's ELPA* or *Milkypostman's Exper ### Checking out git clone git://github.com/milkypostman/melpa.git - git sm init - git sm update - ## Scripts @@ -33,8 +30,8 @@ sync with the site. index : build the `index.html` file - sync - : sync built files with the repository + validate + : naively validate that the correct number of packages were built. [melpa]: http://melpa.milkbox.net @@ -45,15 +42,20 @@ The `package-build.el` file contains all the heavy lifting. The scripts above call the `package-build-archive` function from the command-line to actually build the package(s). - Alternatively you can +Use `(package-build-all)` to build all melpa packages. + +Alternatively you can load this file from within Emacs and issues commands from there. + ## Package List `pkglist` contains a list of all the currently known packages. Entries are lisp data of the form, - (name :url "" :fetcher [git|svn|darcs] [:files ("", ...)]) + (name :url "" + :fetcher [git|svn|darcs] + [:files ("", ...)]) The `:files` entry is optional but is required for either single-file packages or repositories which contain more than one package and @@ -90,6 +92,7 @@ Open an issue on Github and either paste in the relevant entry for Fork away! Send me some pull requests. + ### Notes Packages end up in the `packages/` directory by default.