1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-11-28 07:46:28 +00:00

docs(faq): change uninstall snippet to use sh (#2552)

This commit is contained in:
Dario Vladović 2021-04-05 16:48:24 +02:00 committed by GitHub
parent b791383a94
commit d79f6f365d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
bash -c 'rm "$(which starship)"'
sh -c 'rm "$(which starship)"'
```