Skip to content

Commit de64006

Browse files
docs: update README.md
- explictly specify required zig version - fix punctuation and spelling - add additional resources
1 parent 96d731e commit de64006

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ You can install the following:
6262

6363
- clang-tools (clang-format)
6464
- gdb/lldb (debugging)
65-
- zig
65+
- zig >= 0.15.1
6666

6767
### asdf-vm
6868

@@ -87,7 +87,7 @@ such as Zig, and more.
8787
>
8888
> If you do not have Nix installed, install it [here](https://nixos.org/download/).
8989
>
90-
> Ensure that you install the multi-user version of Nix
90+
> Ensure that you install the multi-user version of Nix.
9191
9292
> [!NOTE]
9393
>
@@ -274,17 +274,20 @@ Have fun.
274274
275275
[cppbyexample](https://cppbyexample.com/) — C++ concepts via concise examples.
276276
277-
[learnxinyminutes: C++](https://learnxinyminutes.com/docs/c++) — Fast overview for experienced programmers.
277+
[getcracked.io](https://www.getcracked.io/) — A platform to help prepare for interviews and understand low-level concepts,
278+
has C++ questions and coding problems.
278279
279-
[zig's build system](https://ziglang.org/learn/build-system/) — Documentation on Zig's build system
280+
[learnxinyminutes: C++](https://learnxinyminutes.com/docs/c++) — Fast language overview for experienced programmers.
281+
282+
[zig's build system](https://ziglang.org/learn/build-system/) — Documentation on Zig's build system.
280283
281284
[ziglings](https://codeberg.org/ziglings/exercises/) — Zig version of Rustlings, worth checking out if you're curious about Zig.
282285
283286
[Maintain It With Zig](https://kristoff.it/blog/maintain-it-with-zig/) — A well written article by Loris Cro,
284-
explaining the benefits of Zig's build system in the world of C/C++
287+
explaining the benefits of Zig's build system in the world of C/C++.
285288
286-
[Why Zig When There is Already C++, D, and Rust?](https://ziglang.org/learn/why_zig_rust_d_cpp/) — Another article on the benefits of Zig
289+
[Why Zig When There is Already C++, D, and Rust?](https://ziglang.org/learn/why_zig_rust_d_cpp/) — Another article on the benefits of Zig.
287290
288-
[allyourcodebase](https://github.com/allyourcodebase) - C/C++ projects built with Zig
291+
[allyourcodebase](https://github.com/allyourcodebase) - C/C++ projects built with Zig.
289292
290-
[clangd compiler flags](https://simonhartcher.com/posts/2025-09-08-announcing-compile-flagz/) - Make Clangd work with C++ using Zig as a build system
293+
[clangd compiler flags](https://simonhartcher.com/posts/2025-09-08-announcing-compile-flagz/) - Make Clangd work with C++ using Zig as a build system.

0 commit comments

Comments
 (0)