From 33ae11f062772ace5848daae1906728fb16826df Mon Sep 17 00:00:00 2001 From: Timo Pagel Date: Thu, 16 Jul 2026 10:22:14 +0200 Subject: [PATCH] Update README.md fix path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 860589cc..0ca9fd44 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ This compiles the Go source and outputs the binary to `apps/openant-cli/bin/open Symlink it onto your PATH so you can run `openant` from anywhere: ```bash -ln -sf "$(pwd)/apps/openant-cli/bin/openant" /usr/local/bin/openant +ln -sf "$(pwd)/bin/openant" /usr/local/bin/openant ``` _Note: run this from the repo root so `$(pwd)` resolves to the correct absolute path._