mirror of
https://github.com/zdharma-continuum/zinit-annex-patch-dl.git
synced 2026-09-10 07:26:19 -04:00
README.md
This commit is contained in:
parent
4fa14dfbd8
commit
3814337c17
11
README.md
11
README.md
|
|
@ -14,10 +14,13 @@ and
|
|||
zinit ice patch'{file-name-with-the-patch-to-apply}; …' …
|
||||
```
|
||||
|
||||
The annex (i.e. Zinit extension) will download the given `{URL}` under the
|
||||
path `{optional-output-file-name}` (if no file name given, then it is taken from
|
||||
last segment of the URL) in case of the `dl''` ice-mod, and apply a patch given
|
||||
by the `{file-name-with-the-patch-to-apply}` in case of the `patch''` ice-mod.
|
||||
The Zinit annex (i.e. an extension) will:
|
||||
|
||||
- download the given `{URL}` under the path `{optional-output-file-name}` (if no
|
||||
file name given, then it is taken from last segment of the URL) in case of the
|
||||
`dl''` ice-mod,
|
||||
- apply a patch given by the `{file-name-with-the-patch-to-apply}` in case of
|
||||
the `patch''` ice-mod.
|
||||
|
||||
You can use this functionality to download and apply patches. For example, to
|
||||
install `fbterm`, two patches are being needed, one to fix the operation, the
|
||||
|
|
|
|||
Loading…
Reference in a new issue