mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
docs: add windows installation guide
This commit is contained in:
parent
13e086387c
commit
e9218f8ad1
1 changed files with 12 additions and 4 deletions
16
README.md
16
README.md
|
|
@ -6,11 +6,9 @@ https://github.com/sxyazi/yazi/assets/17523360/740a41f4-3d24-4287-952c-3aec51520
|
||||||
|
|
||||||
⚠️ Note: Yazi is currently in active development and may be unstable. The API is subject to change without prior notice.
|
⚠️ Note: Yazi is currently in active development and may be unstable. The API is subject to change without prior notice.
|
||||||
|
|
||||||
## Installation
|
## Prerequisites
|
||||||
|
|
||||||
Before getting started, ensure that the following dependencies are installed on your system:
|
- nerd-fonts ([_optional_](https://github.com/sxyazi/yazi/wiki/I-don't-like-nerd%E2%80%90fonts!))
|
||||||
|
|
||||||
- nerd-fonts (_required_)
|
|
||||||
- ffmpegthumbnailer (_optional_, for video thumbnails)
|
- ffmpegthumbnailer (_optional_, for video thumbnails)
|
||||||
- unar (_optional_, for archive preview)
|
- unar (_optional_, for archive preview)
|
||||||
- jq (_optional_, for JSON preview)
|
- jq (_optional_, for JSON preview)
|
||||||
|
|
@ -20,6 +18,8 @@ Before getting started, ensure that the following dependencies are installed on
|
||||||
- fzf (_optional_, for directory jumping)
|
- fzf (_optional_, for directory jumping)
|
||||||
- zoxide (_optional_, for directory jumping)
|
- zoxide (_optional_, for directory jumping)
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
|
||||||
<summary>Arch Linux</summary>
|
<summary>Arch Linux</summary>
|
||||||
|
|
@ -89,6 +89,14 @@ You can also manage Yazi's configuration using the
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
|
||||||
|
<summary>Windows</summary>
|
||||||
|
|
||||||
|
See [Windows Installation Guide](https://github.com/sxyazi/yazi/wiki/Windows-Installation-Guide).
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
|
||||||
<summary>Build from source</summary>
|
<summary>Build from source</summary>
|
||||||
|
|
||||||
Execute the following commands to clone the project and build Yazi:
|
Execute the following commands to clone the project and build Yazi:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue