infeeeee / kimai2-cmd

Command line client for Kimai2, the open source, self-hosted time tracker
MIT License
24 stars 6 forks source link

Add shebang line. #8

Closed akvadrako closed 4 years ago

akvadrako commented 4 years ago

This makes installation easier. An npm install -g suffices.

infeeeee commented 4 years ago

Wow, so you just install it with npm install -g infeeeee/kimai2-cmd? And don't have to link to usr/bin!

I didn't now you can do this, without adding this to npm repo, I will add this to the readme as well. Thank you!

infeeeee commented 4 years ago

The automatic saving of settings.ini is not working on installation with npm on windows and linux, I don't have time to fix it now, so copy settings.ini.example to settings.ini and modify manually. I won't pull it to master until I fixed this.

Note: to install the dev branch use this:

 npm install -g git://github.com/infeeeee/kimai2-cmd.git#dev