Forrest logo
back to context overview

eget

List of commands for eget:

  • eget:tldr:67ad6 eget: Specify a `git` tag instead of using the latest version.
    $ eget ${zyedidia-micro} --tag=${v2-0-10}
    try on your machine
    explain this command
  • eget:tldr:84db4 eget: Only download if there is a newer release then the currently downloaded version.
    $ eget ${zyedidia-micro} --upgrade-only
    try on your machine
    explain this command
  • eget:tldr:89061 eget: Specify the location to place the downloaded files.
    $ eget ${zyedidia-micro} --to=${path-to-directory}
    try on your machine
    explain this command
  • eget:tldr:c2330 eget: Only download the asset, skipping extraction.
    $ eget ${zyedidia-micro} --download-only
    try on your machine
    explain this command
  • eget:tldr:dd08e eget: Install the latest pre-release instead of the latest stable version.
    $ eget ${zyedidia-micro} --pre-release
    try on your machine
    explain this command
  • eget:tldr:e550c eget: Download a prebuilt binary for the current system from a repository on GitHub.
    $ eget ${zyedidia-micro}
    try on your machine
    explain this command
back to context overview