fresh zerver commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# Dependencies
|
||||
|
||||
Run the following inside the folder `zerver/src/.deps`
|
||||
|
||||
```sh
|
||||
git clone git@github.com:rofrol/zig-postgres.git
|
||||
git clone git@github.com:karlseguin/http.zig.git
|
||||
git clone git@github.com:karlseguin/websocket.zig.git
|
||||
```
|
||||
|
||||
|
||||
To build and run the server while developing, run
|
||||
|
||||
```sh
|
||||
zig build run
|
||||
```
|
||||
Reference in New Issue
Block a user