From 2ab221cc8995d461804a6ae4d8d02b16d2d23c3f Mon Sep 17 00:00:00 2001 From: Eugeniu Botnaru Date: Tue, 29 Oct 2019 15:52:40 -0700 Subject: [PATCH] fix markdown formatting --- docs/getting_started.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started.org b/docs/getting_started.org index d65db0fb8..f437580a1 100644 --- a/docs/getting_started.org +++ b/docs/getting_started.org @@ -272,7 +272,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 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 *** Install Doom Manually