Use --dev instead of -d for clarity

This commit is contained in:
Nathan Sobo 2014-02-19 13:54:18 -07:00
parent 459c11b602
commit 2275a6d2d1

View File

@ -45,12 +45,12 @@ switching to development mode to test your changes.
To open a development mode window, use the "Application: Open Dev" command,
which is normally bound to `cmd-shift-o`. You can also run dev mode from the
command line with `atom -d`.
command line with `atom --dev`.
To load your package in development mode, create a symlink to it in
`~/.atom/dev/packages`. This occurs automatically when you clone the package
with `apm develop`. You can also run `apm link -d` and `apm unlink -d` from the
package directory to create and remove dev-mode symlinks.
with `apm develop`. You can also run `apm link --dev` and `apm unlink --dev`
from the package directory to create and remove dev-mode symlinks.
### Installing Dependencies