Remove mention of removed -p in 'doom help install'

This option was removed some time ago. Setting the DOOMDIR envvar is the
canonical way to do this now.

Fixes #4643
This commit is contained in:
Henrik Lissner 2021-03-06 15:06:09 -05:00
parent f0eb0151f6
commit 6b173c5cc5

View file

@ -18,10 +18,9 @@ This command does the following:
This command is idempotent and safe to reuse.
The location of DOOMDIR can be changed with the -p option, or by setting the
DOOMDIR environment variable. e.g.
The location of DOOMDIR can be changed with the environment variable of the same
name. e.g.
doom -p ~/.config/doom install
DOOMDIR=~/.config/doom doom install"
(print! (green "Installing Doom Emacs!\n"))
(let ((default-directory (doom-path "~")))