mirror of
https://github.com/correl/melpa.git
synced 2024-12-23 19:19:51 +00:00
Add note about "make sandbox" (see #1666)
This commit is contained in:
parent
ee08e19371
commit
1f47690652
1 changed files with 9 additions and 0 deletions
|
@ -146,6 +146,15 @@ within Emacs and specifying the newly built package in the directory
|
||||||
specified by `package-build-archive-dir` (default: `packages/`
|
specified by `package-build-archive-dir` (default: `packages/`
|
||||||
directory where `package-build` was loaded).
|
directory where `package-build` was loaded).
|
||||||
|
|
||||||
|
You can optionally run a sandboxed Emacs in which locally-built
|
||||||
|
packages will be available for installation along with those already
|
||||||
|
in MELPA:
|
||||||
|
|
||||||
|
```
|
||||||
|
EMACS=/path/to/emacs make sandbox
|
||||||
|
```
|
||||||
|
then `M-x package-list-packages`, install and test as appropriate.
|
||||||
|
|
||||||
### Submitting
|
### Submitting
|
||||||
|
|
||||||
After verifying the entry works properly please open a pull request on
|
After verifying the entry works properly please open a pull request on
|
||||||
|
|
Loading…
Reference in a new issue