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