From d87072777a659368339d95294e6d13f2b96d4e10 Mon Sep 17 00:00:00 2001 From: JayDDee Date: Fri, 6 Oct 2023 22:59:52 -0400 Subject: [PATCH] Updated Support for AARCH64 (markdown) --- Support-for-AARCH64.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Support-for-AARCH64.md b/Support-for-AARCH64.md index f91f638..764b650 100644 --- a/Support-for-AARCH64.md +++ b/Support-for-AARCH64.md @@ -39,6 +39,7 @@ https://bitcointalk.org/index.php?topic=5226770.0 Successful compilation is the first step. The recommended procedure is to folllow thw Linux build instructions for installing dependencies. Download the latest source code from git: + `$ git clone https://github.com/JayDDee/cpuminer-opt.git` or