spatialos-sdk-rs
spatialos-sdk-rs copied to clipboard
Add CLI downloading for Linux
Currently CLI downloading is only implemented for Windows and MacOS since there are installers for those OSes.
For Linux we can grab the binary directly, put it somewhere and chmod +x it for the user.
The question is.. how do we ask them for the path?
Do we put it in the local directory?
Do we put it in a .spatial directory?
Do we put it in /usr/bin or similar?