Skip to content

Commit 2e994e5

Browse files
committed
docs: add terminal setup guide and update demo images
1 parent 034d64c commit 2e994e5

6 files changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,27 @@ _Agentic coding in your terminal_
3131

3232
![alt text](docs/images/image.png)
3333

34+
![alt text](docs/images/image2.png)
35+
3436
<h3>Recommend using fonts: <a href="https://github.com/SpaceTimee/Fusion-JetBrainsMapleMono">JetBrains Maple Mono NF</a> </3>
3537

38+
<h3>Recommended Terminal Combination for Windows Users</h3>
39+
40+
- **PowerShell 7+**: Modern cross-platform PowerShell, offering stronger features and better compatibility
41+
- GitHub: https://github.com/PowerShell/PowerShell
42+
- **Windows Terminal**: Modern terminal application, supporting multi-tab, split-screen, and GPU accelerated rendering
43+
- GitHub: https://github.com/microsoft/terminal
44+
45+
**Installation**:
46+
47+
```bash
48+
# Install using winget (built-in for Windows 10/11)
49+
winget install Microsoft.PowerShell
50+
winget install Microsoft.WindowsTerminal
51+
52+
# Or install using the Microsoft Store
53+
```
54+
3655

3756
## Documentation
3857

README_zh.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ _在终端中进行 Agentic 编程_
3131

3232
![alt text](docs/images/image_zh.png)
3333

34+
![alt text](docs/images/image_zh2.png)
35+
3436
<h3>推荐使用字体:<a href="https://github.com/SpaceTimee/Fusion-JetBrainsMapleMono">JetBrains Maple Mono NF</a> </3>
3537

3638
<h3>Windows 用户推荐终端组合</h3>

docs/images/image.png

-6.42 KB
Loading

docs/images/image2.png

246 KB
Loading

docs/images/image_zh.png

7.31 KB
Loading

docs/images/image_zh2.png

254 KB
Loading

0 commit comments

Comments
 (0)