ADDED README
This commit is contained in:
parent
41f65d668c
commit
a663e795a4
13
README.md
Normal file
13
README.md
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
# commands to run
|
||||
```bash
|
||||
wget https://github.com/madler/zlib/releases/download/v1.2.13/zlib-1.2.13.tar.gz
|
||||
tar xvf zlib-1.2.13.tar.gz
|
||||
rm zlib-1.2.13.tar.gz
|
||||
mv zlib-1.2.13 zlib
|
||||
mv zlib lib/zlib
|
||||
git clone https://github.com/yuzudev/websocket.zig.git ./lib/websocket.zig/
|
||||
git clone https://github.com/yuzudev/zig-tls12 ./lib/zig-tls12/
|
||||
git clone https://github.com/jetzig-framework/zmpl.git ./lib/zmpl/
|
||||
```
|
||||
or simply run ./install.sh
|
Loading…
x
Reference in New Issue
Block a user