Skip to content

Commit

Permalink
flake/readme: point instructions to use zig-stable branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloudef committed Jul 23, 2024
1 parent d8dc2aa commit 5575884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ fn onRequest(arena: *std.heap.ArenaAllocator, request: Request) !void {
Run the following command in zig project root directory.

```sh
zig fetch --save git+https://github.com/Cloudef/zig-router.git
zig fetch --save git+https://github.com/Cloudef/zig-router.git#zig-stable
```

In `build.zig` file add the following for whichever modules `zig-router` is required.
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
Run the following command in zig project root directory.
```sh
zig fetch --save git+https://github.com/Cloudef/zig-router.git
zig fetch --save git+https://github.com/Cloudef/zig-router.git#zig-stable
```
In `build.zig` file add the following for whichever modules `zig-router` is required.
Expand Down

0 comments on commit 5575884

Please sign in to comment.