TODO: adapt this section
bash
,curl
,tar
, and POSIX utilities.jq
: https://jqlang.github.io/jq/
Plugin:
mise plugins install zig https://github.com/dixonwille/mise-zig.git
zig:
# Show all installable versions
mise ls-remote zig
# Show aliases
mise aliases ls zig
# Use specific version for current project
mise use zig@nightly
# Use specific version globally
mise use -g zig@2024.1.0-mach
# Now zig commands are available
zig version
Check mise readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!
See LICENSE © Will Dixon