mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 03:00:10 +00:00
Update the single-file repo example
ido-ubiquitous is no longer a single-file repo, so the README needs a new example.
This commit is contained in:
parent
cdfd6efd8d
commit
a2243b4fd2
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -267,17 +267,17 @@ causes the default value shown above to be prepended to the specified file list.
|
|||
|
||||
### Example: Single File Repository
|
||||
|
||||
[ido-ubiquitous](https://github.com/DarwinAwardWinner/ido-ubiquitous) is a repository that contains two files:
|
||||
[smex](https://github.com/nonsequitur/smex) is a repository that
|
||||
contains two files:
|
||||
|
||||
* `README.md`
|
||||
* `ido-ubiquitous.el`
|
||||
* `README.markdown`
|
||||
* `smex.el`
|
||||
|
||||
Since there is only one `.el` file, this package only needs the `:url` and `:fetcher` specified,
|
||||
Since there is only one `.el` file, this package only needs the `:url`
|
||||
and `:fetcher` specified,
|
||||
|
||||
```lisp
|
||||
(ido-ubiquitous
|
||||
:url "https://github.com/DarwinAwardWinner/ido-ubiquitous.git"
|
||||
:fetcher git)
|
||||
(smex :repo "nonsequitur/smex" :fetcher github)
|
||||
```
|
||||
|
||||
### Example: Multiple Packages in one Repository
|
||||
|
|
Loading…
Reference in a new issue