modified: Install-MMGen-on-Debian-or-Ubuntu-Linux.md

The MMGen Project 2021-10-06 21:23:23 +00:00
commit 7a2dc60b57
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2

@ -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].