Add README.md
This commit is contained in:
parent
ab61efc44a
commit
fb5a7f9f30
1 changed files with 18 additions and 0 deletions
18
README.md
Normal file
18
README.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Untitled Social Network server
|
||||
|
||||
## Building
|
||||
### Requirements
|
||||
|
||||
- A recent-ish build of zig from the [main branch](https://github.zom/ziglang/zig) (0.9.1 will NOT work, it is missing stdlib apis we use)
|
||||
- System libraries
|
||||
* `sqlite3`
|
||||
|
||||
### Commands
|
||||
|
||||
To build a binary: `zig build`
|
||||
To run in debug mode: `zig build run`
|
||||
|
||||
### License
|
||||
|
||||
fuck you. i don't license this code to you. steal it or fuck off
|
||||
|
Loading…
Reference in a new issue