docs(unix): use sudo when installing

resolves #654
This commit is contained in:
Jan De Dobbeleer 2021-04-17 13:29:39 +02:00 committed by Jan De Dobbeleer
parent c98c1b5425
commit 13e8102434

View file

@ -164,8 +164,8 @@ brew upgrade oh-my-posh
#### Installation #### Installation
```bash ```bash
wget https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/posh-linux-amd64 -O /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
chmod +x /usr/local/bin/oh-my-posh sudo chmod +x /usr/local/bin/oh-my-posh
``` ```
#### Download the themes #### Download the themes