docs: use the new ya pack syntax for plugin installation

This commit is contained in:
sxyazi
2024-08-16 18:29:37 +08:00
parent 07b36c365d
commit a3ee7173bf
11 changed files with 11 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ Note that this plugin is still under development.
Install the plugin itself, and [jdberry/tag](https://github.com/jdberry/tag) used to tag files:
```sh
ya pack -a yazi-rs/plugins#mactag
ya pack -a yazi-rs/plugins:mactag
brew update && brew install tag
```