mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-30 12:32:22 -08:00
docs(install): adjust typo
This commit is contained in:
parent
745ec78586
commit
b239a68d05
|
@ -41,7 +41,7 @@ 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 `~/bin` or `~/.local/bin` depending on which one exits,
|
||||
By default the script will install to `~/bin` or `~/.local/bin` depending on which one exists,
|
||||
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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue