aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Garrelou <simon@sixfoisneuf.fr>2023-12-19 09:59:38 +0100
committerSimon Garrelou <simon@sixfoisneuf.fr>2023-12-19 09:59:38 +0100
commit6a185000c771baaa84d8feceb8bfd13fd919b951 (patch)
treecb152b08bcc5bfd3450ac09ed5e886e693f36569
parent9245d254c23d2153d78f3ac3c1465cfad509889e (diff)
downloadtermsonic-6a185000c771baaa84d8feceb8bfd13fd919b951.tar.gz
termsonic-6a185000c771baaa84d8feceb8bfd13fd919b951.zip
update build instructions
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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.
17 17
18``` 18```
19$ git clone https://git.sixfoisneuf.fr/termsonic && cd termsonic 19$ git clone https://git.sixfoisneuf.fr/termsonic && cd termsonic
20$ go build -o termsonic ./cmd 20$ go build ./cmd/termsonic/
21``` 21```
22 22
23### Linux notes 23### Linux notes
@@ -35,4 +35,4 @@ You can edit the configuration from inside the app, or by hand using a text edit
35 35
36## Reporting bugs 36## Reporting bugs
37 37
38Please 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 38Please 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.