File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
.{
2
2
.name = .zigcli ,
3
3
.fingerprint = 0x9e1fddac8cbb1039 ,
4
- .version = "0.1.5 " ,
4
+ .version = "0.2.0 " ,
5
5
.paths = .{
6
6
"src" ,
7
7
"build.zig" ,
Original file line number Diff line number Diff line change 1
1
#+TITLE: Install
2
2
#+DATE: 2025-01-02T23:20:23+0800
3
- #+LASTMOD: 2025-03-09T16:51:26 +0800
3
+ #+LASTMOD: 2025-03-09T16:56:22 +0800
4
4
#+TYPE: docs
5
5
#+WEIGHT: 10
6
6
#+AUTHOR: Jiacai Liu
7
7
8
8
** Packages
9
9
#+begin_src bash
10
- zig fetch --save=zigcli https://github.com/jiacai2050/zigcli/archive/${COMMIT}.tar.gz
10
+ zig fetch --save=zigcli https://github.com/jiacai2050/zigcli/archive/refs/tags/${TAG}.zip
11
11
#+end_src
12
12
13
- #+RESULTS:
13
+ The latest tag can be found on [[https://github.com/jiacai2050/zigcli/releases][release page]].
14
14
15
- Replace ~${COMMIT}~ with a real one, then in your =build.zig=, import the module like this:
15
+ Then in your =build.zig=, import the module like this:
16
16
17
17
#+begin_src zig
18
18
const zigcli = b.dependency("zigcli", .{});
You can’t perform that action at this time.
0 commit comments