1
0
Fork 0
mirror of https://github.com/correl/melpa.git synced 2025-04-03 09:18:59 -09:00

Clarify recipe syntax (fixes )

This commit is contained in:
Steve Purcell 2012-04-21 10:10:48 +01:00
parent bf079dbd04
commit 2c7355727a

View file

@ -78,14 +78,14 @@ contribute a new package by adding a new file under `recipes` using
the following form,
```elisp
(name
(<package-name>
:fetcher [git|github|bzr|hg|darcs|svn|wiki]
[:url "<repo url>"]
[:repo "github-user/repo-name"]
[:files ("<file1>", ...)])
```
```
`name`
`package-name`
: a lisp symbol that has the same name as the package being specified.
`:url`