ckaznable / tenki

tty-clock with weather effect
MIT License
95 stars 4 forks source link

Remove frozen requirement for build #7

Closed kemitix closed 6 months ago

kemitix commented 6 months ago

New users following the installation instructions can't install unless they already have all the required dependencies in their local cache.

An alternative would be to include an instruction to explicitly run cargo fetch to download them first.

ckaznable commented 6 months ago

Thanks for PR.

I added the flag because I've had problems with dependencies before, but it seems like it would be better if I didn't add it.