mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-24 21:57:41 +00:00
docs: Add update documentation (#2418)
Added documentation about upgrading starship itself via bash script.
This commit is contained in:
parent
ec61dd6af0
commit
9cf15b7840
@ -159,6 +159,7 @@ shown below. Can't see yours? Have a look at the [extra platform instructions](h
|
|||||||
```sh
|
```sh
|
||||||
curl -fsSL https://starship.rs/install.sh | bash
|
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
|
#### Install via Package Manager
|
||||||
|
|
||||||
|
@ -37,6 +37,7 @@ description: Starship is the minimal, blazing fast, and extremely customizable p
|
|||||||
```sh
|
```sh
|
||||||
curl -fsSL https://starship.rs/install.sh | bash
|
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
|
#### Install via Package Manager
|
||||||
|
|
||||||
@ -124,4 +125,3 @@ description: Starship is the minimal, blazing fast, and extremely customizable p
|
|||||||
|
|
||||||
eval `starship init tcsh`
|
eval `starship init tcsh`
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user