File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11.{
22 .name = .zigcli ,
33 .fingerprint = 0x9e1fddac8cbb1039 ,
4- .version = "0.1.5 " ,
4+ .version = "0.2.0 " ,
55 .paths = .{
66 "src" ,
77 "build.zig" ,
Original file line number Diff line number Diff line change 11#+TITLE: Introduction
22#+DATE: 2023-10-21T12:09:48+0800
3- #+LASTMOD: 2025-03-09T16:51:07 +0800
3+ #+LASTMOD: 2025-03-09T16:59:05 +0800
44#+TYPE: docs
55#+author: Jiacai Liu
66
77[[https://github.com/jiacai2050/zigcli][https://img.shields.io/github/stars/jiacai2050/zigcli.svg]]
88[[https://github.com/jiacai2050/loc/actions/workflows/CI.yml][https://github.com/jiacai2050/loc/actions/workflows/CI.yml/badge.svg]]
9- [[https://github.com/jiacai2050/loc/actions/workflows/binary .yml][https://github.com/jiacai2050/loc/actions/workflows/release.yml/badge.svg]]
9+ [[https://github.com/jiacai2050/loc/actions/workflows/release .yml][https://github.com/jiacai2050/loc/actions/workflows/release.yml/badge.svg]]
1010[[https://img.shields.io/badge/zig%20version-0.14.0-blue.svg]]
1111
1212#+begin_quote
Original file line number Diff line number Diff line change 11#+TITLE: Install
22#+DATE: 2025-01-02T23:20:23+0800
3- #+LASTMOD: 2025-03-09T16:51:26 +0800
3+ #+LASTMOD: 2025-03-09T16:56:22 +0800
44#+TYPE: docs
55#+WEIGHT: 10
66#+AUTHOR: Jiacai Liu
77
88** Packages
99#+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
1111#+end_src
1212
13- #+RESULTS:
13+ The latest tag can be found on [[https://github.com/jiacai2050/zigcli/releases][release page]].
1414
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:
1616
1717#+begin_src zig
1818const zigcli = b.dependency("zigcli", .{});
You can’t perform that action at this time.
0 commit comments