Add note about "make sandbox" (see #1666)

This commit is contained in:
Steve Purcell 2014-04-20 13:39:00 +01:00
parent ee08e19371
commit 1f47690652

View file

@ -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