| author | |
| committer | |
| log | feaae25fd037c9f91f5ebce4aff97737512e144d |
| tree | 3d3a4d43c115fbd228d1b40529dfb792092c6fcf |
| parent | bb0beeca06a35c729c10ec61dac2fb0c0b7c0673 |
| signature |
3 files changed, 3 insertions(+), 3 deletions(-)
.circleci/config.yml+1-1| ... | @@ -15,7 +15,7 @@ jobs: | ... | @@ -15,7 +15,7 @@ jobs: |
| 15 | - run: git submodule update --init --recursive | 15 | - run: git submodule update --init --recursive |
| 16 | 16 | ||
| 17 | - run: apt -y install xz-utils jq | 17 | - run: apt -y install xz-utils jq |
| 18 | - run: ./download_zig.sh 0.8.0-dev.1545+f6ba810f2 | 18 | - run: ./download_zig.sh 0.8.0-dev.1767+c28d1fe17 |
| 19 | - run: zig version | 19 | - run: zig version |
| 20 | - run: zig env | 20 | - run: zig env |
| 21 | - run: zig build -Dbootstrap | 21 | - run: zig build -Dbootstrap |
README.md+1-1| ... | @@ -17,7 +17,7 @@ A package manager for the Zig programming language. | ... | @@ -17,7 +17,7 @@ A package manager for the Zig programming language. |
| 17 | - https://github.com/nektro/zigmod/releases | 17 | - https://github.com/nektro/zigmod/releases |
| 18 | 18 | ||
| 19 | ## Built With | 19 | ## Built With |
| 20 | - Zig master `0.8.0-dev.1545+f6ba810f2` | 20 | - Zig master `0.8.0-dev.1767+c28d1fe17` |
| 21 | 21 | ||
| 22 | ### Build from Source | 22 | ### Build from Source |
| 23 | Initially, | 23 | Initially, |
docs/README.md+1-1| ... | @@ -8,7 +8,7 @@ You can learn more about Zig here: | ... | @@ -8,7 +8,7 @@ You can learn more about Zig here: |
| 8 | 8 | ||
| 9 | The rest of this documentation will assume you already have Zig installed. | 9 | The rest of this documentation will assume you already have Zig installed. |
| 10 | 10 | ||
| 11 | As Zig is still in development itself, if you plan to contribute to Zigmod you will need a master download of Zig. Those can be obtained from https://ziglang.org/download/#release-master. The most recent release Zigmod was verified to work with is `0.8.0-dev.1545+f6ba810f2`. | 11 | As Zig is still in development itself, if you plan to contribute to Zigmod you will need a master download of Zig. Those can be obtained from https://ziglang.org/download/#release-master. The most recent release Zigmod was verified to work with is `0.8.0-dev.1767+c28d1fe17`. |
| 12 | 12 | ||
| 13 | ## Download | 13 | ## Download |
| 14 | You may download a precompiled binary from https://github.com/nektro/zigmod/releases or build the project from source. | 14 | You may download a precompiled binary from https://github.com/nektro/zigmod/releases or build the project from source. |