summaryrefslogtreecommitdiffstats
path: root/docs/ko-KR/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ko-KR/README.md')
-rw-r--r--docs/ko-KR/README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/ko-KR/README.md b/docs/ko-KR/README.md
index 32a8d1f2f..ab08c561b 100644
--- a/docs/ko-KR/README.md
+++ b/docs/ko-KR/README.md
@@ -28,7 +28,11 @@ description: Starship is the minimal, blazing fast, and extremely customizable p
</video>
</div>
-### 빠른 설치
+### Prerequisites
+
+- A [Nerd Font](https://www.nerdfonts.com/) installed and enabled in your terminal.
+
+### Quick Install
1. **starship** 바이러니 설치:
@@ -38,7 +42,7 @@ description: Starship is the minimal, blazing fast, and extremely customizable p
With 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.