File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Zig port of [Comrak](https://github.com/kivikakk/comrak). Maintains 100% spec-c
11
11
12
12
* Add koino via the zig package manager:
13
13
``` console
14
- $ zig fetch --save https://github.com/kivikakk /koino/archive/<commit hash>.tar.gz
14
+ $ zig fetch --save git+ https://nossa.ee/~talya /koino
15
15
```
16
16
17
17
* Add the following to your ` build.zig ` 's ` build ` function:
@@ -20,14 +20,14 @@ Zig port of [Comrak](https://github.com/kivikakk/comrak). Maintains 100% spec-c
20
20
exe.root_module.addImport("koino", koino_pkg.module("koino"));
21
21
```
22
22
23
- * Have a look at the bottom of [ ` parser.zig ` ] ( https://github.com/kivikakk/koino/blob/main/ src/parser.zig) to see some test usage.
23
+ * Have a look at the bottom of [ ` parser.zig ` ] ( src/parser.zig ) to see some test usage.
24
24
25
25
26
26
### Using it as a CLI executable
27
27
28
28
* Clone this repository:
29
29
``` console
30
- $ git clone https://github.com/kivikakk /koino
30
+ $ git clone https://nossa.ee/~talya /koino
31
31
```
32
32
* Build
33
33
``` console
@@ -42,7 +42,7 @@ There's a `flake.nix` for building or getting a devShell if you're so-inclined.
42
42
43
43
* Clone this repository (with submodules for the ` cmark-gfm ` dependency):
44
44
``` console
45
- $ git clone --recurse-submodules https://github.com/kivikakk /koino
45
+ $ git clone --recurse-submodules https://nossa.ee/~talya /koino
46
46
$ cd koino
47
47
```
48
48
You can’t perform that action at this time.
0 commit comments