summaryrefslogtreecommitdiff
path: root/AGENTS.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-01 15:57:13 +0300
committerPaul Buetow <paul@buetow.org>2026-05-01 15:57:13 +0300
commit65ee2e4d7f2be8036457e3cdca0e26e09eb56e0b (patch)
treecbd8143db9e81baed51239a628dfedae2dbf375f /AGENTS.md
parent56666ca87f11e72521dcda00de72438e13899b95 (diff)
add readme and so on
Diffstat (limited to 'AGENTS.md')
-rw-r--r--AGENTS.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/AGENTS.md b/AGENTS.md
index bc84a36..37026a5 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -77,10 +77,10 @@ Available targets (from `Magefile.go`):
| Target | Description |
|--------|-------------|
| `mage` (default) | Same as `mage build` |
-| `mage build` | Compile the binary (`go build -o play ./cmd/mediaplayer`) |
+| `mage build` | Compile the binary (`go build -o player ./cmd/mediaplayer`) |
| `mage test` | Run `go test ./...` |
-| `mage install` | Build and copy `play` to `$GOPATH/bin` (or `~/go/bin`) |
-| `mage clean` | Remove the `play` binary |
+| `mage install` | Build and copy `player` to `$GOPATH/bin` (or `~/go/bin`) |
+| `mage clean` | Remove the `player` binary |
| `mage docker-build` | Build container image as `player:latest` |
| `mage docker-push` | Push `player:latest` to registry |