From 13e810243408194c5fa01be446aa9cd68454e770 Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Sat, 17 Apr 2021 13:29:39 +0200 Subject: [PATCH] docs(unix): use sudo when installing resolves #654 --- docs/docs/installation.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/installation.mdx b/docs/docs/installation.mdx index b8f3ff81..6d11f2d7 100644 --- a/docs/docs/installation.mdx +++ b/docs/docs/installation.mdx @@ -164,8 +164,8 @@ brew upgrade oh-my-posh #### Installation ```bash -wget https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/posh-linux-amd64 -O /usr/local/bin/oh-my-posh -chmod +x /usr/local/bin/oh-my-posh +sudo wget https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/posh-linux-amd64 -O /usr/local/bin/oh-my-posh +sudo chmod +x /usr/local/bin/oh-my-posh ``` #### Download the themes