docs(faq): make uninstall instructions shell-indepedent (#2483)

Closes #2484.
This commit is contained in:
Julia
2021-04-01 16:42:07 +02:00
committed by GitHub
parent 9cf15b7840
commit 4af29d6355
+1 -1
View File
@@ -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)"'
```