Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 561 Bytes

README.md

File metadata and controls

30 lines (26 loc) · 561 Bytes

Tick Tock

Requirements:

  • To build, follow the steps for your OS on the requirements-page on gtk-rs
  • Have a config.json in the root of the project with the minimum requirements:
    • TENKFEET__TOKEN
    • TENKFEET__ROOT
    • USER

config.json

{
  "tenkfeet": {
    "token": "...",
    "root": "https://api.10000ft.com"
  },
  "user": "Dennis Pettersson"
}

To build:

# compile project
make # or cargo build --release
# install in ${HOME}
make install
# uninstall
make uninstall