ckaznable / tenki

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

Feature request for `make install`: try some local ${HOME} directories which don't need `sudo` priviledges #5

Closed fadeevab closed 6 months ago

fadeevab commented 6 months ago

Now, make install requires sudo to copy the tenki binary to /usr/local/bin, however, I've got a ~/.local/bin for user programs (more often ~/bin is used on Linux).

It makes sense to try copying the binary to one of those directories. It may also require checking the path in the ${PATH} envvar.

Workaround: Copy target/release/tenki to your directory of choice.

ckaznable commented 6 months ago

I'm deciding between root and non-root users in order to perform different operations in #9

ckaznable commented 6 months ago

9 merged