diff --git a/README.md b/README.md index 85674e3..b918e71 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,12 @@ sudo ./tikker ``` It can be annoying to have the terminal open the whole day. I advise to use tmux or install it as systemd service. If you install it as systemd service, you're sure you'll never miss a key press! Make sure that you define the work directory where the database should be stored in systemd service. +Pre-build binaries: + - Download using `curl -OJ https://retoor.molodetz.nl/api/packages/retoor/generic/tikker/1.0.0/tikker` +. + - Or download using `wget https://retoor.molodetz.nl/api/packages/retoor/generic/tikker/1.0.0/tikker`. + + ## Compilation Compilation requires sqlite3 development header files. ``` diff --git a/tikker b/tikker index 99d2a20..e4942e1 100755 Binary files a/tikker and b/tikker differ