diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-23 22:43:59 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-23 22:43:59 +0200 |
| commit | b14a1ccfbf60b0866911788176491af5907702eb (patch) | |
| tree | eccb1293b62e3ccb8d7e24f9a6170e5c2141bc3b /CLAUDE.md | |
| parent | 13272b89c8e343f53f0633fd057d7a0054113524 (diff) | |
Release v0.5.2v0.5.2
Diffstat (limited to 'CLAUDE.md')
| -rw-r--r-- | CLAUDE.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,7 +9,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co ## Building and running ```bash -mage # build (produces ./bin/foostore) +mage # build (produces ./foostore) mage install # install to $GOPATH/bin (default ~/go/bin) mage test # run all tests mage vet # run go vet @@ -18,7 +18,7 @@ mage vet # run go vet Or run directly after building: ```bash -./bin/foostore [command] [args] +./foostore [command] [args] ``` ## Testing |
