From 65ee2e4d7f2be8036457e3cdca0e26e09eb56e0b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 1 May 2026 15:57:13 +0300 Subject: add readme and so on --- AGENTS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'AGENTS.md') 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 | -- cgit v1.2.3