From 19c488460f351128ed47b3d207612f2be24a727d Mon Sep 17 00:00:00 2001 From: Meghan Date: Sat, 14 Nov 2020 02:06:03 -0800 Subject: [PATCH] README- fix building from source section --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8a480200618ff529f168c1270eb917dc4ec7446e..4530c214e2c62fa1c5cdcb92415f09d019e22bda 100644 --- a/README.md +++ b/README.md @@ -10,18 +10,22 @@ A package manager for the Zig programming language. -Zig +## Zig - https://ziglang.org/ - https://github.com/ziglang/zig - https://github.com/ziglang/zig/wiki/Community ## Download -Releases - https://github.com/nektro/zigmod/releases -Source -- `git clone https://github.com/nektro/zigmod.git` -- https://github.com/nektro/zigmod/archive/master.zip +## Built With +- Zig 0.7.0 + +### Build from Source +``` +$ zig build +$ ./zig-cache/bin/zigmod +``` ## Usage -- 2.54.0