diff --git a/docs/faq/README.md b/docs/faq/README.md index cf997ebd..94eb2837 100644 --- a/docs/faq/README.md +++ b/docs/faq/README.md @@ -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')"' ```