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:
parent
f0eb0151f6
commit
6b173c5cc5
1 changed files with 2 additions and 3 deletions
|
@ -18,10 +18,9 @@ This command does the following:
|
||||||
|
|
||||||
This command is idempotent and safe to reuse.
|
This command is idempotent and safe to reuse.
|
||||||
|
|
||||||
The location of DOOMDIR can be changed with the -p option, or by setting the
|
The location of DOOMDIR can be changed with the environment variable of the same
|
||||||
DOOMDIR environment variable. e.g.
|
name. e.g.
|
||||||
|
|
||||||
doom -p ~/.config/doom install
|
|
||||||
DOOMDIR=~/.config/doom doom install"
|
DOOMDIR=~/.config/doom doom install"
|
||||||
(print! (green "Installing Doom Emacs!\n"))
|
(print! (green "Installing Doom Emacs!\n"))
|
||||||
(let ((default-directory (doom-path "~")))
|
(let ((default-directory (doom-path "~")))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue