mirror of
https://github.com/zdharma-continuum/zinit-annex-bin-gem-node.git
synced 2026-09-10 07:26:18 -04:00
maint: clean up README.md
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
This commit is contained in:
parent
d19d8c95b2
commit
43ed2b3e8f
34
README.md
34
README.md
|
|
@ -1,5 +1,22 @@
|
|||
# zinit-annex-bin-gem-node<a name="zinit-annex-bin-gem-node"></a>
|
||||
|
||||
<!-- mdformat-toc start --slug=github --maxlevel=6 --minlevel=2 -->
|
||||
|
||||
- [Installation](#installation)
|
||||
- [Technical details](#technical-details)
|
||||
- [Ice Modifiers](#ice-modifiers)
|
||||
- [sbin''](#sbin)
|
||||
- [fbin''](#fbin)
|
||||
- [gem''](#gem)
|
||||
- [node''](#node)
|
||||
- [pip''](#pip)
|
||||
- [fmod''](#fmod)
|
||||
- [fsrc''](#fsrc)
|
||||
- [Additional Zinit commands](#additional-zinit-commands)
|
||||
- [Cygwin Support](#cygwin-support)
|
||||
|
||||
<!-- mdformat-toc end -->
|
||||
|
||||
A Zsh-Zinit annex (i.e. an extension) that provides functionality, which allows to:
|
||||
|
||||
1. Run programs and scripts without adding anything to `$PATH`,
|
||||
|
|
@ -19,23 +36,6 @@ A Zsh-Zinit annex (i.e. an extension) that provides functionality, which allows
|
|||
6. Automatic updates of Ruby gems and Node modules during regular plugin and snippet updates with
|
||||
`zinit update …`.
|
||||
|
||||
<!-- mdformat-toc start --slug=github --maxlevel=6 --minlevel=2 -->
|
||||
|
||||
- [Installation](#installation)
|
||||
- [Technical details](#technical-details)
|
||||
- [Ice Modifiers](#ice-modifiers)
|
||||
- [sbin''](#sbin)
|
||||
- [fbin''](#fbin)
|
||||
- [gem''](#gem)
|
||||
- [node''](#node)
|
||||
- [pip''](#pip)
|
||||
- [fmod''](#fmod)
|
||||
- [fsrc''](#fsrc)
|
||||
- [Additional Zinit commands](#additional-zinit-commands)
|
||||
- [Cygwin Support](#cygwin-support)
|
||||
|
||||
<!-- mdformat-toc end -->
|
||||
|
||||
## Installation<a name="installation"></a>
|
||||
|
||||
Simply load like a regular plugin, i.e.:
|
||||
|
|
|
|||
Loading…
Reference in a new issue