From a859bbfa46471e9b78c0eae4a5b2c90dbf8522e3 Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Mon, 9 Mar 2026 20:26:42 +0700 Subject: [PATCH] docs: remove invalid winget packages and replace with valid ones --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 23babb4..5014f97 100644 --- a/README.md +++ b/README.md @@ -268,10 +268,12 @@ For optimal Powerline rendering on Windows: # Install JetBrains Mono Nerd Font via winget winget install DEVCOM.JetBrainsMonoNerdFont -# Alternative: Install base JetBrains Mono font -winget install "JetBrains.JetBrainsMono" - # Or download manually from: https://www.nerdfonts.com/font-downloads + +# Alternative: Download and install base JetBrains Mono font +# from [JetBrains](https://www.jetbrains.com/lp/mono/) +# or [GitHub](https://github.com/JetBrains/JetBrainsMono) +# or [Google Fonts](https://fonts.google.com/specimen/JetBrains+Mono) ``` #### Path Handling @@ -288,7 +290,7 @@ ccstatusline automatically handles Windows-specific paths: **Issue**: Powerline symbols showing as question marks or boxes ```powershell # Solution: Install a compatible Nerd Font -winget install JetBrainsMono.NerdFont +winget install DEVCOM.JetBrainsMonoNerdFont # Then set the font in your terminal settings ```