Skip to content

Commit d6ac16f

Browse files
committed
README: update.
1 parent 975343d commit d6ac16f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Zig port of [Comrak](https://github.com/kivikakk/comrak). Maintains 100% spec-c
1111

1212
* Add koino via the zig package manager:
1313
```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
1515
```
1616

1717
* 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
2020
exe.root_module.addImport("koino", koino_pkg.module("koino"));
2121
```
2222

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.
2424

2525

2626
### Using it as a CLI executable
2727

2828
* Clone this repository:
2929
```console
30-
$ git clone https://github.com/kivikakk/koino
30+
$ git clone https://nossa.ee/~talya/koino
3131
```
3232
* Build
3333
```console
@@ -42,7 +42,7 @@ There's a `flake.nix` for building or getting a devShell if you're so-inclined.
4242

4343
* Clone this repository (with submodules for the `cmark-gfm` dependency):
4444
```console
45-
$ git clone --recurse-submodules https://github.com/kivikakk/koino
45+
$ git clone --recurse-submodules https://nossa.ee/~talya/koino
4646
$ cd koino
4747
```
4848

0 commit comments

Comments
 (0)