RobLoach / node-raylib

Node.js bindings for Raylib
https://robloach.github.io/node-raylib/
Other
233 stars 20 forks source link

no CLI in README #137

Closed konsumer closed 2 years ago

konsumer commented 2 years ago

The CLI is no longer being built in CI, so the README has invalid instructions. This just removes that (leaving npx/npm instructions.) Alternately, we could build the CLI for x86_64 targets in CI, but I think we need to do some research around building a standalone exe (pkg, for example, doesn't inline the native lib.)