Skip to content

Commit

Permalink
docs: fix typo in yazi.md and installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi committed Aug 2, 2024
1 parent 0be5316 commit ab12f61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/configuration/yazi.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ Yazi comes with the these previewer plugins:
- image: presentation layer of built-in image preview, offering mixed preview capabilities
- video: bridge between `ffmpegthumbnailer` and the preview, offering mixed preview capabilities
- pdf: bridge between `pdftoppm` and the preview, offering mixed preview capabilities
- archive: bridge between `unar` and the preview, offering mixed preview and concurrent rendering capabilities
- archive: bridge between 7-Zip and the preview, offering mixed preview and concurrent rendering capabilities

If you want to create your own previewer, see [Previewer API](/docs/plugins/overview#previewer).

Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ You can download the latest official binaries from [GitHub Releases](https://git
```sh
scoop install yazi
# Install the optional dependencies (recommended):
scoop install unar jq poppler fd ripgrep fzf zoxide imagemagick
scoop install 7zip jq poppler fd ripgrep fzf zoxide imagemagick
```

## AOSC OS
Expand Down

0 comments on commit ab12f61

Please sign in to comment.