From 7a2dc60b5743975f2edf28a690eaa087b4f1e645 Mon Sep 17 00:00:00 2001 From: The MMGen Project Date: Wed, 6 Oct 2021 21:23:23 +0000 Subject: [PATCH] modified: Install-MMGen-on-Debian-or-Ubuntu-Linux.md --- Install-MMGen-on-Debian-or-Ubuntu-Linux.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/Install-MMGen-on-Debian-or-Ubuntu-Linux.md b/Install-MMGen-on-Debian-or-Ubuntu-Linux.md index fffcd67..1c16bcd 100644 --- a/Install-MMGen-on-Debian-or-Ubuntu-Linux.md +++ b/Install-MMGen-on-Debian-or-Ubuntu-Linux.md @@ -28,18 +28,15 @@ For computers with no Internet connection, see **Note for offline machines** bel $ git clone https://github.com/mmgen/mmgen.git $ cd mmgen - $ git checkout stable_linux # see 'Note' below $ python3 -m build --no-isolation $ pip3 install --user --upgrade dist/*.whl # see 'Testing Note' below $ cd .. -**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. 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. +**Note:** Bear in mind 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].