From 4893b31a1af18a0c7b29f7466470e2bb9d20661d Mon Sep 17 00:00:00 2001 From: noface Date: Thu, 9 Nov 2023 11:06:21 +0100 Subject: [PATCH] [temp] add -o flag to build instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c772a363c8..3a8b969685a 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ recommended that `GOPATH` is set to a directory in your home directory such as ```bash $ git clone https://github.com/peercoin/ppcd && cd ppcd -$ go build +$ go build -o ppcd # run it using ./ppcd ```