mirror of
https://github.com/starship/starship.git
synced 2025-08-19 12:26:21 +02:00
docs(faq): change uninstall snippet to use sh
(#2552)
This commit is contained in:
@@ -101,5 +101,5 @@ If Starship was installed using the `curl | bash` script, the following command
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Locate and delete the starship binary
|
# Locate and delete the starship binary
|
||||||
bash -c 'rm "$(which starship)"'
|
sh -c 'rm "$(which starship)"'
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user