osmarks / skynet

Technically client-agnostic websocket communications server, designed for ComputerCraft
MIT License
7 stars 0 forks source link

Please clarify build instructions #2

Closed MineRobber9000 closed 5 years ago

MineRobber9000 commented 5 years ago

I assume that, as there is no package.json, that the correct command is cargo install, but aside from that, I'm lost as to how to build the program.

osmarks commented 5 years ago

cargo build --release or cargo run should work.