From 6a185000c771baaa84d8feceb8bfd13fd919b951 Mon Sep 17 00:00:00 2001 From: Simon Garrelou Date: Tue, 19 Dec 2023 09:59:38 +0100 Subject: update build instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index be29631..59d06e5 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This application requires [Go](https://go.dev) version 1.19 at minimum. ``` $ git clone https://git.sixfoisneuf.fr/termsonic && cd termsonic -$ go build -o termsonic ./cmd +$ go build ./cmd/termsonic/ ``` ### Linux notes @@ -35,4 +35,4 @@ You can edit the configuration from inside the app, or by hand using a text edit ## Reporting bugs -Please report any bug you find to [bugs+termsonic@sixfoisneuf.fr](mailto:bugs+termsonic@sixfoisneuf.fr). I'll gladly accept patches, as long as they follow the [git-send-email](https://git-send-email.io) format. \ No newline at end of file +Please report any bug you find to [bugs+termsonic@sixfoisneuf.fr](mailto:bugs+termsonic@sixfoisneuf.fr). I'll gladly accept patches, as long as they follow the [git-send-email](https://git-send-email.io) format. -- cgit v1.2.3