Cronicle
Cronicle copied to clipboard
How to manually start `cronicle` for macos?
How to manually start cronicle
for macos, I have read it here but no instructions are found.
The instruction you are referring to is about running cronicle as service. If that is what you need I'd suggest to use docker. Just add restart=always to your run command. To start it manually you just do bin/control.sh start (on the first time you also do bin/control.sh setup).