From ea76685f8f85e5ce63589e6d35890f47cebed185 Mon Sep 17 00:00:00 2001 From: agatha Date: Sun, 12 May 2024 16:06:50 -0400 Subject: [PATCH] update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11cc6ce..d8a9afe 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,9 @@ Reading data will be saved to `$HOME/.ketotrack/records.json` and graphing will ## Building and Installing At some point I'll include a Makefile, until then manually build and copy to any directory in your path. + ```shell -go build +cd cmd/cli +go build -o ketotrack mv ketotrack $HOME/.local/bin -``` \ No newline at end of file +```