From 21ebcebe3d30ba770dad1317b0eea35fc63a2bfe Mon Sep 17 00:00:00 2001 From: mmarcel Date: Tue, 21 May 2024 14:09:06 +0100 Subject: [PATCH] =?UTF-8?q?README.md=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..985b601 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +Create a new folder inside `./cmd` and copy the file there. +Within the Dero root folder run `go build -o some_name_here ./cmd/new_folder_name` + +The binary has to be placed in the directory where the mainnet folder is located. +`./binary ` \ No newline at end of file