summaryrefslogtreecommitdiffstats
path: root/docs/de-DE/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/de-DE/README.md')
-rw-r--r--docs/de-DE/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/de-DE/README.md b/docs/de-DE/README.md
index 0ea6a097d..ea1a421b2 100644
--- a/docs/de-DE/README.md
+++ b/docs/de-DE/README.md
@@ -35,16 +35,17 @@ description: Starship ist eine minimale, super schnelle, und extrem anpassbare P
#### Neueste Version installieren
- With Shell:
+ Mit Shell:
```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.
#### Installation mithilfe eines Paket-Managers
- Mit [Homebrew](https://brew.sh/):
+ With [Homebrew](https://brew.sh/):
```sh
brew install starship
@@ -133,4 +134,3 @@ description: Starship ist eine minimale, super schnelle, und extrem anpassbare P
eval `starship init tcsh`
```
-