Skip to content

Commit

Permalink
docs(faq): make uninstall instructions shell-indepedent (starship#2483)
Browse files Browse the repository at this point in the history
  • Loading branch information
heyajulia authored Apr 1, 2021
1 parent 9cf15b7 commit 4af29d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)"'
```

0 comments on commit 4af29d6

Please sign in to comment.