Skip to content

lebenoa/zigu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zigu

Yet another (Zig) (u)pdater

Dependencies

Runtime

  • tar for extracting compressed archive (Runtime)

Build

No build dependencies other than Zig compiler

Usage

 Usage:
      zigu <command>

 Commands:
      list                    Show all available versions
      latest                  Install latest stable version
      nightly | master        Install latest nightly version
      [version]               Install specified version.
                              Will resolve to a latest version with the provided prefix
      help                    Show this help message

 Examples:
      zigu latest

      zigu 0                  Will resolve to latest 0.x.x version (i.e. 0.11.0) if any
      zigu 0.10               Will resolve to latest 0.10 version (i.e. 0.10.1) if any
      zigu 1                  Will resolve to latest 1.x.x version if any

Screenshot

image