update README.md
This commit is contained in:
parent
402bcd35a9
commit
ea76685f8f
@ -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
|
||||
```
|
Loading…
Reference in New Issue
Block a user