diff options
author | Dave Gauer <ratfactor@gmail.com> | 2021-03-10 14:47:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-10 14:47:23 -0500 |
commit | 2e98bf1842aec2166891986d5b09443f5e31e179 (patch) | |
tree | 1aab425dad50df05a1bdf8881d9e73bc20868103 /README.md | |
parent | 89187e52a1f6a3df4740b6a136ea87afc2e30692 (diff) | |
download | ziglings-2e98bf1842aec2166891986d5b09443f5e31e179.tar.gz ziglings-2e98bf1842aec2166891986d5b09443f5e31e179.tar.bz2 ziglings-2e98bf1842aec2166891986d5b09443f5e31e179.tar.xz ziglings-2e98bf1842aec2166891986d5b09443f5e31e179.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -14,7 +14,7 @@ sweet of you.) This project was directly inspired by the brilliant and fun [rustlings](https://github.com/rust-lang/rustlings) project for the [Rust](https://www.rust-lang.org/) language. -Indirect inspiration comes from [Ruby Koans]( http://rubykoans.com/) +Indirect inspiration comes from [Ruby Koans](http://rubykoans.com/) and the Little LISPer/Little Schemer series of books. ## Intended Audience @@ -30,6 +30,8 @@ to also check out these Zig language resources for more detail: * https://ziglearn.org/ * https://ziglang.org/documentation/master/ +Also, the [Zig community](https://github.com/ziglang/zig/wiki/Community) is incredibly friendly and helpful! + ## Getting Started Install a [development build](https://ziglang.org/download/) of the Zig compiler. |