mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
another code block converted to fenced block
This commit is contained in:
parent
a32e995a81
commit
0aea259ab0
1 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
@ -79,11 +79,13 @@ Packages are specified by files in the `recipes` directory. You can
|
|||
contribute a new package by adding a new file under `recipes` using
|
||||
the following form,
|
||||
|
||||
(name
|
||||
:fetcher [git|github|bzr|hg|darcs|svn|wiki]
|
||||
[:url "<repo url>"]
|
||||
[:repo "github-user/repo-name"]
|
||||
[:files ("<file1>", ...)])
|
||||
```elisp
|
||||
(name
|
||||
:fetcher [git|github|bzr|hg|darcs|svn|wiki]
|
||||
[:url "<repo url>"]
|
||||
[:repo "github-user/repo-name"]
|
||||
[:files ("<file1>", ...)])
|
||||
```
|
||||
|
||||
`name`
|
||||
: a lisp symbol that has the same name as the package being specified.
|
||||
|
|
Loading…
Reference in a new issue