dominikbraun / timetrace

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

Installation error #56

Closed bu4ak closed 3 years ago

bu4ak commented 3 years ago

If you follow the instructions:

sudo snap install timetrace --edge
error: The publisher of snap "timetrace" has indicated that they do not consider this revision to
       be of production quality and that it is only meant for development or testing at this point.
       As a consequence this snap will not refresh automatically and may perform arbitrary system
       changes outside of the security sandbox snaps are generally confined to, which may put your
       system at risk.

       If you understand and want to proceed repeat the command including --devmode; if instead you
       want to install the snap forcing it into strict confinement repeat the command including
       --jailmode.

Info:

dominikbraun commented 3 years ago

I think the correct command is this, since timetrace is still in devmode:

sudo snap install timetrace --edge --devmode

The docs need to be updated accordingly until timetrace is stable.