You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A package manager for the Zig programming language.
9
12
10
13
## Zig
14
+
11
15
-https://ziglang.org/
12
16
-https://github.com/ziglang/zig
13
17
-https://github.com/ziglang/zig/wiki/Community
14
18
15
19
## Download
20
+
16
21
-https://github.com/nektro/zigmod/releases
17
22
18
23
## Built With
19
-
- Zig `0.13.0`
24
+
25
+
- Zig `0.14.0`
20
26
- See [`zig.mod`](./zig.mod) and [`zigmod.lock`](./zigmod.lock)
21
27
22
28
### Build from Source
29
+
23
30
```
24
31
$ git clone https://github.com/nektro/zigmod
25
32
$ cd zigmod
26
33
$ zig build -j1
27
34
```
28
35
29
36
## Usage
37
+
30
38
Check out our [docs](docs/) or the website: https://nektro.github.io/zigmod/.
31
39
32
40
There is now also a tutorial-style getting started guide that goes over various use cases that Zigmod provides and caters to. It is [available here](docs/tutorial.md).
33
41
34
42
A package index for Zigmod packages is also available at https://aquila.red/.
Copy file name to clipboardExpand all lines: docs/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The rest of this documentation will assume you already have Zig installed.
10
10
11
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.
12
12
13
-
The earliest Zig release this Zigmod was verified to work with is `0.13.0`.
13
+
The earliest Zig release this Zigmod was verified to work with is `0.14.0`.
14
14
15
15
## Download
16
16
You may download a precompiled binary from https://github.com/nektro/zigmod/releases or build the project from source.
\\This is a subcommand for use with https://github.com/nektro/aquila instances but has no default behavior on its own aside from showing you this nice help text.
0 commit comments