ketotrack/README.md
2024-05-12 16:15:50 -04:00

17 lines
433 B
Markdown

# ketotrack
Simple ketosis tracker written in Go.
## Features
- Record your blood glucose and ketone levels
- Record notes about things that might affect your ketosis
Reading data will be saved to `$HOME/.ketotrack/records.json` and graphing will be implemented at a later date.
## Building and Installing
Use the provided make file and then move the binary to your directory choice:
```shell
make
mv ketotrack ~/.local/bin/
```