Skip to content

Commit

Permalink
Merge pull request #85 from TheComputerScienceEducator/patch-1
Browse files Browse the repository at this point in the history
Update README.rst
  • Loading branch information
interbiznw authored Dec 24, 2019
2 parents f97acf3 + afa82c5 commit 709449f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,25 @@ Run::

./electrum-btcp

For Ubuntu 18.04 including Docker install:
----------------------

Update apt package index and upgrade packages as needed

sudo apt-get update && apt-get upgrade

Install Docker package from Ubuntu repository

sudo apt install docker.io

Build the docker image::

sudo ./build-docker.sh

Run the docker image::

./run-docker.sh


For Linux with docker:
----------------------
Expand Down

0 comments on commit 709449f

Please sign in to comment.