summaryrefslogtreecommitdiffstats
path: root/docs/ru-RU/guide/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ru-RU/guide/README.md')
-rw-r--r--docs/ru-RU/guide/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ru-RU/guide/README.md b/docs/ru-RU/guide/README.md
index e223d88e0..b13e67f7a 100644
--- a/docs/ru-RU/guide/README.md
+++ b/docs/ru-RU/guide/README.md
@@ -158,7 +158,7 @@
##### Из прекомпилированного двоичного файла, с Shell:
```sh
- curl -fsSL https://starship.rs/install.sh | bash
+ sh -c "$(curl -fsSL https://starship.rs/install.sh)"
```
To update the Starship itself, rerun the above script. It will replace the current version without touching Starship's configuration.