diff --git a/docs/README.md b/docs/README.md index 15d4261..45e3e3b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@

- Logo + Logo ❮ ZI ❯ Special Package - Any Gem

@@ -13,17 +13,6 @@ -> This repository compatible with [ZI](https://github.com/z-shell-zi) - -[ZI](https://github.com/z-shell/zi) can use a `package.json` -(similar in construct to the one used in `npm` packages) to automatically: - -- get the plugin's Git repository OR release-package URL, -- get the list of the recommended ices for the plugin, - - there can be multiple lists of ices, - - the ice lists are stored in _profiles_; there's at least one profile, _default_, - - the ices can be selectively overridden. - ## The `any-gem` Package This package is special – it is designed for easy installing of any Ruby Gems locally inside the plugin directory, @@ -58,3 +47,17 @@ zi lucid id-as="${${:-%IDAS%}:-%GEM%}" as=null \ sbin="n:bin/*" for \ z-shell/null ``` + +--- + + +> This repository compatible with [ZI](https://github.com/z-shell/zi) + +[ZI](https://github.com/z-shell/zi) can use a `package.json` +(similar in construct to the one used in `npm` packages) to automatically: + +- get the plugin's Git repository OR release-package URL, +- get the list of the recommended ices for the plugin, + - there can be multiple lists of ices, + - the ice lists are stored in _profiles_; there's at least one profile, _default_, + - the ices can be selectively overridden.