mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-25 02:54:03 -08:00
docs(install): correct installation folder
This commit is contained in:
parent
e21f3b8cb6
commit
745ec78586
|
@ -41,7 +41,8 @@ Install the latest version for your system by running the following command:
|
|||
curl -s https://ohmyposh.dev/install.sh | bash -s
|
||||
```
|
||||
|
||||
By default the script will install to `/usr/local/bin` or the existing Oh My Posh executable's installation folder.
|
||||
By default the script will install to `~/bin` or `~/.local/bin` depending on which one exits,
|
||||
or the existing Oh My Posh executable's installation folder.
|
||||
If you want to install to a different location you can specify it using the `-d` flag:
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in a new issue