dominikbraun / timetrace

A simple CLI for tracking your working time.
Apache License 2.0
695 stars 76 forks source link

Modify installation command using scoop #218

Closed RedemptionC closed 2 years ago

RedemptionC commented 2 years ago

As this suggests, you need to provide a name when adding a bucket: scoop bucket add <name-of-bucket> <location-of-git-repo>

RedemptionC commented 2 years ago

the scoop command in the readme doc doesn't work:

> scoop bucket add https://github.com/Br1ght0ne/scoop-bucket
Unknown bucket 'https://github.com/Br1ght0ne/scoop-bucket'. Try specifying <repo>.
usage: scoop bucket add <name> [<repo>]

Please have a look when it's convenient for you :)