From 94d6e75ffa700e3b9357b3c83f24cebbc443ffe6 Mon Sep 17 00:00:00 2001 From: "L. Yeung" Date: Wed, 10 Aug 2022 21:15:16 +0800 Subject: [PATCH] docs(faq): correct a heading level --- website/docs/faq.mdx | 4 +++- website/docs/installation/homebrew.mdx | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/website/docs/faq.mdx b/website/docs/faq.mdx index c591fc5c..84140fca 100644 --- a/website/docs/faq.mdx +++ b/website/docs/faq.mdx @@ -179,7 +179,9 @@ Refer [this page on ArchWiki][arch-terminfo]. If you are on Windows, use Windows Terminal. It closely copies the `xterm-256color` capabilities. See the [PowerShell docs on terminal support][ps-ansi-docs] and [this GitHub comment][xterm-gh-comment]. -## The term xx/oh-my-posh.exe is not recognized as a name of a cmdlet +### The term '.../oh-my-posh.exe' is not recognized as a name of a cmdlet... + +For example: ``` &: The term 'C:/Users/TommiGr├╢nlund/.oh-my-posh/oh-my-posh.exe' is not recognized as a name of a cmdlet, function, script file, or executable program. diff --git a/website/docs/installation/homebrew.mdx b/website/docs/installation/homebrew.mdx index 8c622551..3f829f9b 100644 --- a/website/docs/installation/homebrew.mdx +++ b/website/docs/installation/homebrew.mdx @@ -11,7 +11,7 @@ This installs two things: - `oh-my-posh` - Executable, added to `$(brew --prefix)/bin` - `themes` - The latest Oh My Posh [themes][themes] -If you want to use a standard theme, you can find them in `$(brew --prefix oh-my-posh)/themes`, referencing them as such +If you want to use a predefined theme, you can find them in `$(brew --prefix oh-my-posh)/themes`, referencing them as such will always keep them compatible when updating Oh My Posh. ## Update