docs/getting_started: clarify ~/.emacs.d/bin entry in PATH
I took this for granted: Works: export PATH=~/.emacs.d/bin:$PATH export PATH="$HOME/.emacs.d/bin:$PATH" Does not work: export PATH="~/.emacs.d/bin:$PATH"
This commit is contained in:
parent
84fe780b34
commit
e07cc77c19
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@ provides, and ~doom help COMMAND~ to display documentation for a particular
|
||||||
#+begin_quote
|
#+begin_quote
|
||||||
I recommend you add =~/.emacs.d/bin= to your ~PATH~ so you can call =doom=
|
I recommend you add =~/.emacs.d/bin= to your ~PATH~ so you can call =doom=
|
||||||
directly and from anywhere. Accomplish this by adding this to your .bashrc or
|
directly and from anywhere. Accomplish this by adding this to your .bashrc or
|
||||||
.zshrc file: ~export PATH=~/.emacs.d/bin:$PATH~
|
.zshrc file: ~export PATH="$HOME/.emacs.d/bin:$PATH"~
|
||||||
#+end_quote
|
#+end_quote
|
||||||
|
|
||||||
*** Install Doom Manually
|
*** Install Doom Manually
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue