diff --git a/docs/faq/README.md b/docs/faq/README.md index 738f39b8..acd9f3c8 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 -rm "$(which starship)" +bash -c 'rm "$(which starship)"' ```