Skip to content

Commit

Permalink
refine plugin spec
Browse files Browse the repository at this point in the history
Signed-off-by: Feynman Zhou <[email protected]>
  • Loading branch information
FeynmanZhou committed Nov 17, 2023
1 parent 79ec155 commit 11f56b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/commandline/plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ To view a list of installed plugins, use "notation plugin list"
If the plugin version is lower than the existing plugin, Notation will return an error message and will not start installation. Users can use a flag `--force` to skip plugin version check and force the installation.

```console
Error: failed to install the plugin: <plugin-name>. The installing version <a.b.c> is lower than the existing plugin with version <x.y.z>.
Error: failed to install the plugin: <plugin-name>. The installing version <a.b.c> is lower than the existing plugin version <x.y.z>.
It is not recommended to install an older version. Use "--force" to force the installation if you want to do so. To view a list of installed plugins, use "notation plugin list"
```
### Install a plugin from URL
Expand Down

0 comments on commit 11f56b4

Please sign in to comment.