Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 761 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 761 Bytes

asdf-zig

Zig plugin for asdf version manager

Installation

First install asdf

git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.14.0
cat <<'EOF' >> $HOME/.bashrc
source "$HOME/.asdf/asdf.sh"
source "$HOME/.asdf/completions/asdf.bash"
EOF

Then install asdf-zig

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

Then install latest Zig

asdf install zig latest
asdf global zig latest
zig version

Usage

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

License

Licensed under the Apache License, Version 2.0.