Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
docs: update README.md to clarify install instructions (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwheels authored May 11, 2020
1 parent 01d4930 commit 6840d51
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# MN Bootstrap

> Distribution package for Dash Masternode installation
> Distribution package for Dash masternode installation
> Note: This Docker Compose project creates a full node. Additional steps are required to register a masternode, as described in the [setup instructions](https://docs.dash.org/en/stable/masternodes/setup.html#register-your-masternode). It is not currently necessary to complete these registration steps for local development with Dash Platform services or to participate as a full node on Evonet.
## Table of Contents

Expand All @@ -13,7 +15,9 @@
## Pre-requisites

* [Docker](https://docs.docker.com/engine/installation/)
* [Docker compose](https://docs.docker.com/compose/install/) (v1.25.0+)
* [Docker Compose](https://docs.docker.com/compose/install/) (v1.25.0+)

For Linux installations you may optionally wish to follow the [post-installation steps](https://docs.docker.com/engine/install/linux-postinstall/) to manage Docker as a non-root user, otherwise you will have to run Docker commands with `sudo`.

## Install

Expand Down

0 comments on commit 6840d51

Please sign in to comment.