docs(faq): change uninstall snippet to use `sh` (#2552)
This commit is contained in:
parent
b791383a94
commit
d79f6f365d
|
@ -101,5 +101,5 @@ If Starship was installed using the `curl | bash` script, the following command
|
|||
|
||||
```sh
|
||||
# Locate and delete the starship binary
|
||||
bash -c 'rm "$(which starship)"'
|
||||
sh -c 'rm "$(which starship)"'
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue