Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ A time library written in zig.
zeit's `main` branch currently tracks Zig 0.17-dev.

```
zig fetch --save git+https://github.com/rockorager/zeit?ref=main
zig fetch --save git+https://github.com/rockorager/zeit#main
```

For the last Zig 0.16-compatible release, fetch `v0.9.0`:

```
zig fetch --save git+https://github.com/rockorager/zeit?ref=v0.9.0
zig fetch --save git+https://github.com/rockorager/zeit#v0.9.0
```

Or install another [tag](https://github.com/rockorager/zeit/tags) instead of main.
Expand Down
Loading