mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Merge pull request #1980 from ebv-gh/patch-1
docs/getting_started: fix code quoting
This commit is contained in:
@ -269,7 +269,7 @@ I recommend you add =~/.emacs.d/bin= to your ~PATH~ so you can call =doom=
|
|||||||
directly, from anywhere. You don't need to be CDed into =~/.emacs.d/bin= to use
|
directly, from anywhere. You don't need to be CDed into =~/.emacs.d/bin= to use
|
||||||
it. A quick way to do so is to add this to your .bashrc or .zshrc file:
|
it. A quick way to do so is to add this to your .bashrc or .zshrc file:
|
||||||
|
|
||||||
~export PATH="$HOME/.emacs.d/bin:$PATH~"
|
~export PATH="$HOME/.emacs.d/bin:$PATH"~
|
||||||
#+end_quote
|
#+end_quote
|
||||||
|
|
||||||
*** Install Doom Manually
|
*** Install Doom Manually
|
||||||
|
Reference in New Issue
Block a user