Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation page for Zig 0.13.0 still refers to Zig 0.12.0 #271

Closed
ghost opened this issue Sep 20, 2024 · 1 comment
Closed

Installation page for Zig 0.13.0 still refers to Zig 0.12.0 #271

ghost opened this issue Sep 20, 2024 · 1 comment

Comments

@ghost
Copy link

ghost commented Sep 20, 2024

In this page for installing Zig 0.13.0:

https://zig.guide/getting-started/installation

the text still refers to Zig 0.12.0, rather than Zig 0.13.0. For example,

Choose a build of Zig 0.12 for Linux that matches your CPU architecture. If you're unsure which architecture you're using, this can be found with:

Extract the archive using tar, e.g.
tar xf zig-linux-x86_64-0.12.0.tar.xz

Add the location of your Zig binary to your path, e.g.
echo 'export PATH="$HOME/zig-linux-x86_64-0.12.0:$PATH"' >> ~/.bashrc

Choose a build of Zig 0.12 for Windows that matches your CPU architecture. Most Windows systems use x86_64, also known as AMD64. If you're unsure which architecture you're using, this can be found with:

Verify your installation with zig version. The output should look like this:
$ zig version
0.12.0

These instances of 0.12 or 0.12.0 should all be replaced with 0.13 or 0.13.0.

@Sobeston
Copy link
Owner

fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant