mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-22 21:02:51 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# eget
|
||||
|
||||
> Easily install prebuilt binaries from GitHub.
|
||||
> More information: <https://github.com/zyedidia/eget>.
|
||||
> More information: <https://github.com/zyedidia/eget#usage>.
|
||||
|
||||
- Download a prebuilt binary for the current system from a repository on GitHub:
|
||||
|
||||
@@ -18,11 +18,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Specify the location to place the downloaded files:
|
||||
|
||||
`eget {{zyedidia/micro}} --to={{path/to/directory}}`
|
||||
`eget {{zyedidia/micro}} --to {{path/to/directory}}`
|
||||
|
||||
- Specify a Git tag instead of using the latest version:
|
||||
|
||||
`eget {{zyedidia/micro}} --tag={{v2.0.10}}`
|
||||
`eget {{zyedidia/micro}} {{[-t|--tag]}} {{v2.0.10}}`
|
||||
|
||||
- Install the latest pre-release instead of the latest stable version:
|
||||
|
||||
@@ -30,7 +30,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Only download the asset, skipping extraction:
|
||||
|
||||
`eget {{zyedidia/micro}} --download-only`
|
||||
`eget {{zyedidia/micro}} {{[-d|--download-only]}}`
|
||||
|
||||
- Only download if there is a newer release then the currently downloaded version:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user