diff --git a/Compiling-from-source.md b/Compiling-from-source.md index c84aafb..373a180 100644 --- a/Compiling-from-source.md +++ b/Compiling-from-source.md @@ -118,10 +118,10 @@ cpuminer-opt can now be compiled on MacOS x86_64 using GCC. See Compiling cpumin # Compiling cpuminer-opt -At this point it's assumed the appropriate development environment has been setup for the target operating system and a terminal is open and ready to compile. +At this point it's assumed the appropriate development environment has been setup for the target operating system and CPU architecture and a command line terminal is open and ready to compile. Download cpuminer-opt only from the official JayDDee github repository: https://github.com/JayDDee/cpuminer-opt/ -Download the source code for latest release or clone the repository. Do not download zip source files because file attribute are not maintained by zip. Dowload with a browser or use wget (if installed) from the command line terminal. +Download the source code for latest release or clone the repository. Do not download zip source files because file attributes are not preserved by zip. Download with a browser or use wget (if installed) from the command line terminal. `$ wget https://github.com/JayDDee/cpuminer-opt/archive/refs/tags/vX.Y.tar.gz`