Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Latest commit

 

History

History
46 lines (29 loc) · 1.22 KB

File metadata and controls

46 lines (29 loc) · 1.22 KB

Important

The repo is now archived and no longer maintained. Please use asdf-community/asdf-zig instead.

asdf-zig Build

Zig plugin for the asdf version manager.

Dependencies

Install

After installing asdf, install the plugin by running:

asdf plugin add zig https://github.com/zigcc/asdf-zig.git

Then use asdf-zig to install zig:

# Show all installable versions
asdf list all zig

# Install specific version
asdf install zig latest

# Set a version globally (on your ~/.tool-versions file)
asdf set --home zig latest

# Now asdf-zig commands are available
zig version

Check asdf readme for more instructions on how to install & manage versions.

License

See LICENSE © zigcc