docs(install): correct installation folder

This commit is contained in:
Jan De Dobbeleer 2024-10-13 10:22:37 +02:00 committed by Jan De Dobbeleer
parent e21f3b8cb6
commit 745ec78586

View file

@ -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