mirror of
https://github.com/starship/starship.git
synced 2024-11-22 08:14:10 +01:00
docs(faq): for uninstalling, change which to command -v (#3394)
* Changed 'which' to 'command -v' which is more general, and available on more systems * docs: for uninstalling, change which to command -v
This commit is contained in:
parent
500dc3ea6e
commit
20a78c1153
@ -143,5 +143,5 @@ If Starship was installed using the install script, the following command will d
|
||||
|
||||
```sh
|
||||
# Locate and delete the starship binary
|
||||
sh -c 'rm "$(which starship)"'
|
||||
sh -c 'rm "$(command -v 'starship')"'
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user