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
17
README.md
17
README.md
|
@ -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).
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
Loading…
Reference in a new issue