Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 204 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 204 Bytes

Orion network

Setup

git clone --recursive '<this-repo>'
cd orion-network
./run.sh

Build Chat Server

cargo build --release --bin chat-server
mv target/release/chat-server .