docs(faq): make uninstall instructions shell-indepedent (#2483)
Closes #2484.
This commit is contained in:
parent
9cf15b7840
commit
4af29d6355
|
@ -101,5 +101,5 @@ If Starship was installed using the `curl | bash` script, the following command
|
|||
|
||||
```sh
|
||||
# Locate and delete the starship binary
|
||||
rm "$(which starship)"
|
||||
bash -c 'rm "$(which starship)"'
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue