summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authormasa <masatoshi.sboard@gmail.com>2021-04-01 23:38:51 +0900
committerGitHub <noreply@github.com>2021-04-01 09:38:51 -0500
commit9cf15b7840fc1b96b7986bd1b54760e7e6ffbd7e (patch)
tree407dcf512bdafef6d20bb30bd061df488f410ab4 /docs
parentec61dd6af06a619819ba609c7d80a7f689955314 (diff)
docs: Add update documentation (#2418)
Added documentation about upgrading starship itself via bash script.
Diffstat (limited to 'docs')
-rw-r--r--docs/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.md b/docs/README.md
index 2e63684bd..355366542 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -37,6 +37,7 @@ description: Starship is the minimal, blazing fast, and extremely customizable p
```sh
curl -fsSL https://starship.rs/install.sh | bash
```
+ To update the Starship itself, rerun the above script. It will replace the current version without touching Starship's configuration.
#### Install via Package Manager
@@ -124,4 +125,3 @@ description: Starship is the minimal, blazing fast, and extremely customizable p
eval `starship init tcsh`
```
-