1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-30 06:33:59 +00:00

Prepare to release v0.26.0

This commit is contained in:
Keith Hall
2025-10-19 20:57:44 +03:00
parent 83ffd1ea09
commit 3331a306c9
10 changed files with 8 additions and 11 deletions

View File

@@ -416,7 +416,7 @@ scoop install bat
### 소스에서
`bat`의 소스를 빌드하기 위해서는, Rust 1.74.0 이상이 필요합니다.
`bat`의 소스를 빌드하기 위해서는, Rust 1.79.0 이상이 필요합니다.
`cargo`를 이용해 전부 빌드할 수 있습니다:
```bash