cowboy8625 / rusty-rain

A cross platform matrix rain made with Rust.
https://rusty-rain.xyz
Apache License 2.0
359 stars 22 forks source link

Unable to run the project locally #24

Closed UlfurBen closed 2 years ago

UlfurBen commented 2 years ago

I can access the directory but I can't find the commands. I only get -bash: cargo: command not found. The same with the other editing commands.

cowboy8625 commented 2 years ago

The cargo command is a rust command. You need to install rust with rustup. If you just want to play around with the program there are release binary available too here.

UlfurBen commented 2 years ago

Thanks for the support!