mirror of
https://github.com/correl/melpa.git
synced 2024-12-23 11:14:57 +00:00
Updates to README to remove old commands and text.
This commit is contained in:
parent
429aa60880
commit
d8fbc08336
1 changed files with 10 additions and 7 deletions
15
README.md
15
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).
|
||||
|
||||
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 "<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
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue