mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 15:14:08 +00:00
changed to zigzap github organization
This commit is contained in:
parent
2fb9ae55dc
commit
ae1bfbcba0
2 changed files with 8 additions and 4 deletions
10
README.md
10
README.md
|
@ -1,5 +1,9 @@
|
|||
|
||||
|
||||
# ⚡zap⚡ - blazingly fast backends in zig
|
||||
|
||||
|
||||
|
||||
Zap is intended to become the [zig](https://ziglang.org) replacement for the
|
||||
kind of REST APIs I used to write in [python](https://python.org) with
|
||||
[Flask](https://flask.palletsprojects.com) and
|
||||
|
@ -79,7 +83,7 @@ See more details in [blazingly-fast.md](blazingly-fast.md).
|
|||
## Getting started
|
||||
|
||||
```shell
|
||||
$ git clone https://github.com/renerocksai/zap.git
|
||||
$ git clone https://github.com/zigzap/zap.git
|
||||
$ cd zap
|
||||
$ zig build run-hello
|
||||
$ # open http://localhost:3000 in your browser
|
||||
|
@ -117,11 +121,11 @@ To add zap to `build.zig.zon`:
|
|||
|
||||
.dependencies = .{
|
||||
.zap = .{
|
||||
.url = "https://github.com/renerocksai/zap/archive/db6496cd7afc6bac50da563936021ee28f591dc1.tar.gz",
|
||||
.url = "https://github.com/zigzap/zap/archive/db6496cd7afc6bac50da563936021ee28f591dc1.tar.gz",
|
||||
.hash = "12203791cdbf4ebc2692bbd2ce790fedbc2e7295eec3efd7812621aa35a5ce83767a",
|
||||
},
|
||||
.@"facil.io" = .{
|
||||
.url = "https://github.com/renerocksai/facil.io/archive/2c04cd1949328dd62fe5d262b9cc930e54392ab8.tar.gz",
|
||||
.url = "https://github.com/zigzap/facil.io/archive/2c04cd1949328dd62fe5d262b9cc930e54392ab8.tar.gz",
|
||||
.hash = "12209d3b552145f24431e5a2e6a4ad59ceaa9656f7fba8af7a8aa704a8784a79f55d",
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
.dependencies = .{
|
||||
.@"facil.io" = .{
|
||||
.url = "https://github.com/renerocksai/facil.io/archive/2c04cd1949328dd62fe5d262b9cc930e54392ab8.tar.gz",
|
||||
.url = "https://github.com/zigzap/facil.io/archive/2c04cd1949328dd62fe5d262b9cc930e54392ab8.tar.gz",
|
||||
.hash = "12209d3b552145f24431e5a2e6a4ad59ceaa9656f7fba8af7a8aa704a8784a79f55d",
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue