Update help output for 'doom install'

This commit is contained in:
Henrik Lissner 2019-09-08 20:41:09 -04:00
parent d0e3bc3455
commit d308cedf95
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -8,15 +8,15 @@ See 'doom help install' instead."
(apply #'doom-cli-install args)) (apply #'doom-cli-install args))
(defcli! (install i) (&rest args) (defcli! (install i) (&rest args)
"A wizard for installing Doom for the first time. "Installs and sets up Doom Emacs for the first time.
This command does the following: This command does the following:
1. Creates DOOMDIR at ~/.doom.d, 1. Creates DOOMDIR at ~/.doom.d,
2. Copies ~/.emacs.d/init.example.el to DOOMDIR/init.el (if it doesn't exist), 2. Copies ~/.emacs.d/init.example.el to $DOOMDIR/init.el (if it doesn't exist),
3. Creates dummy files for DOOMDIR/{config,packages}.el, 3. Creates dummy files for $DOOMDIR/{config,packages}.el,
4. Prompts you to generate an envvar file (via 'doom env refresh'), 4. Prompts you to generate an envvar file (same as 'doom env'),
5. Installs any dependencies of enabled modules (specified by DOOMDIR/init.el), 5. Installs any dependencies of enabled modules (specified by $DOOMDIR/init.el),
6. And prompts to install all-the-icons' fonts 6. And prompts to install all-the-icons' fonts
This command is idempotent and safe to reuse. This command is idempotent and safe to reuse.
@ -27,7 +27,7 @@ DOOMDIR environment variable. e.g.
doom -p ~/.config/doom install doom -p ~/.config/doom install
DOOMDIR=~/.config/doom doom install DOOMDIR=~/.config/doom doom install
install understands the following switches: The following switches are recognized:
--no-config Don't create DOOMDIR or dummy files therein --no-config Don't create DOOMDIR or dummy files therein
--no-install Don't auto-install packages --no-install Don't auto-install packages