Updates to README to remove old commands and text.

This commit is contained in:
Donald Curtis 2012-03-17 10:06:39 -05:00
parent 429aa60880
commit d8fbc08336

View file

@ -5,9 +5,6 @@ Repository of code for *MELPA* or *Milkypostman's ELPA* or *Milkypostman's Exper
### Checking out ### Checking out
git clone git://github.com/milkypostman/melpa.git git clone git://github.com/milkypostman/melpa.git
git sm init
git sm update
## Scripts ## Scripts
@ -33,8 +30,8 @@ sync with the site.
index index
: build the `index.html` file : build the `index.html` file
sync validate
: sync built files with the repository : naively validate that the correct number of packages were built.
[melpa]: http://melpa.milkbox.net [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 scripts above call the `package-build-archive` function from the
command-line to actually build the package(s). command-line to actually build the package(s).
Use `(package-build-all)` to build all melpa packages.
Alternatively you can Alternatively you can
load this file from within Emacs and issues commands from there. load this file from within Emacs and issues commands from there.
## Package List ## Package List
`pkglist` contains a list of all the currently known packages. Entries `pkglist` contains a list of all the currently known packages. Entries
are lisp data of the form, are lisp data of the form,
(name :url "<repo url>" :fetcher [git|svn|darcs] [:files ("<file1>", ...)]) (name :url "<repo url>"
:fetcher [git|svn|darcs]
[:files ("<file1>", ...)])
The `:files` entry is optional but is required for either single-file The `:files` entry is optional but is required for either single-file
packages or repositories which contain more than one package and 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. Fork away! Send me some pull requests.
### Notes ### Notes
Packages end up in the `packages/` directory by default. Packages end up in the `packages/` directory by default.