diff --git a/Install-MMGen-on-Debian-or-Ubuntu-Linux.md b/Install-MMGen-on-Debian-or-Ubuntu-Linux.md index 29d03f6..f10c07d 100644 --- a/Install-MMGen-on-Debian-or-Ubuntu-Linux.md +++ b/Install-MMGen-on-Debian-or-Ubuntu-Linux.md @@ -5,9 +5,9 @@ Install required Debian/Ubuntu packages: $ sudo apt-get install autoconf git libgmp-dev libssl-dev libpcre3-dev libtool wipe $ sudo apt-get install python3-dev python3-ecdsa python3-pexpect python3-setuptools python3-cryptography python3-nacl python3-pip python3-gmpy2 python3-sha3 -Using the [pip3][P] installer, install the Python scrypt library: +Using the [pip3][P] installer, install some required Python packages: - $ sudo -H pip3 install scrypt + $ sudo -H pip3 install scrypt aiohttp Install the secp256k1 library: @@ -30,11 +30,11 @@ Install MMGen: **Note:** if you want to use features that have appeared since the latest `stable_linux` release, then you can omit the `git checkout` step and remain on -the `master` branch. But though the tip of `master` is always tested on Linux -before being pushed to the public repository, please be aware that security -vulnerabilities are more likely to be present in new code than in a stable -release. In addition, new code may require dependencies or installation steps -not yet covered in the documentation. +the `master` branch. Please bear in mind, however, that while the tip of +`master` is always tested on Linux before being pushed to the public repository, +security vulnerabilities are more likely to be present in new code than in a +stable release. In addition, new code may require dependencies or installation +steps not yet covered in the documentation. Install your coin daemon(s). To install prebuilt binaries, go [here][01]. To install from source, go [here][02]. @@ -63,8 +63,8 @@ install from source, go [here][02]. >> install`. Install MMGen and the secp256k1 library from the copied Git >> repositories as described above. -Congratulations, your installation is now complete! Now proceed to [**Getting -Started with MMGen**][gs]. +Congratulations, your installation is now complete! You can now proceed to +[**Getting Started with MMGen**][gs]. [01]: Install-Bitcoind [02]: Install-Bitcoind-from-Source-on-Debian-or-Ubuntu-Linux diff --git a/Install-MMGen-on-Microsoft-Windows.md b/Install-MMGen-on-Microsoft-Windows.md index c3e941f..130c962 100644 --- a/Install-MMGen-on-Microsoft-Windows.md +++ b/Install-MMGen-on-Microsoft-Windows.md @@ -295,12 +295,12 @@ Enter the directory and install: **Note:** if you want to use features that have appeared since the latest `stable_msys2` release, then you can omit the `git checkout` step and remain on -the `master` branch. But please be aware that security vulnerabilities are more -likely to be present in new code than in a stable release. In addition, while -the tip of `master` is always tested on Linux before being pushed to the public -repository, it’s not guaranteed to install or run on MSYS2. Installation or -runtime issues may also arise due to missing dependencies or installation steps -not yet covered in the documentation. +the `master` branch. Please bear in mind, however, that security +vulnerabilities are more likely to be present in new code than in a stable +release. In addition, while the tip of `master` is always tested on Linux +before being pushed to the public repository, it’s not guaranteed to install or +run on MSYS2. Installation or runtime issues may also arise due to missing +dependencies or installation steps not yet covered in the documentation. ### 11. Install and launch your coin daemons