A pretty printer for zig
zig
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

move main host to codeberg

+2 -2
+2 -2
README.md
··· 6 6 7 7 Run: 8 8 ```sh 9 - zig fetch --save git+https://git.sr.ht/~altagos/pretty#main 9 + zig fetch --save git+https://codeberg.org/altagos/pretty#main 10 10 ``` 11 11 Or manually add to `build.zig.zon`: 12 12 ```zig 13 13 .dependencies = .{ 14 14 .pretty = .{ 15 - .url = "git+https://git.sr.ht/~altagos/pretty#main", 15 + .url = "git+https://codeberg.org/altagos/pretty#main", 16 16 .hash = "<HASH>", 17 17 }, 18 18 }